summaryrefslogtreecommitdiff
path: root/fml/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-20 11:20:37 +0000
committerfukachan <fukachan>2002-04-20 11:20:37 +0000
commit2504e1cbabc17a0433b436ff8b7590f4f80e38ea (patch)
tree0277790d10a34c15e207b6aa373c9b51c998cdfb /fml/Makefile
parent35a65a776193e6ea2cd82ed79b4388edb682ed65 (diff)
downloadfml8-2504e1cbabc17a0433b436ff8b7590f4f80e38ea.tar.gz
fml8-2504e1cbabc17a0433b436ff8b7590f4f80e38ea.tar.bz2
fml8-2504e1cbabc17a0433b436ff8b7590f4f80e38ea.zip
apply perl -cw for /*.pm$/ files
Diffstat (limited to 'fml/Makefile')
-rw-r--r--fml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/Makefile b/fml/Makefile
index fd1dcfe6..e6075bc1 100644
--- a/fml/Makefile
+++ b/fml/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.7 2001/04/27 05:10:26 fukachan Exp $
+# $FML: Makefile,v 1.8 2001/07/01 14:07:55 fukachan Exp $
#
PERL = perl -w -I ../img/lib -I ../cpan/lib -I ./lib -I ./libexec
@@ -13,7 +13,7 @@ update:
@ cvs update -dAP|grep -v : || echo ''
check:
- @ for x in `find lib* -type f -print|grep pm|grep -v CPAN` ; do $(PERL) -c $$x || echo '' ;done
+ @ for x in `find lib* -type f -print | grep 'pm$$' | grep -v CPAN` ; do $(PERL) -c $$x || echo '' ;done
@ for x in libexec/loader ; do $(PERL) -c $$x || echo '' ;done
clean: