From 2504e1cbabc17a0433b436ff8b7590f4f80e38ea Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 20 Apr 2002 11:20:37 +0000 Subject: apply perl -cw for /*.pm$/ files --- fml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml') 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: -- cgit v1.2.1