From d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Nov 2008 11:16:52 +0000 Subject: (dis) drop again diagnostics, strict, vars and warnings pragmas [wasn't complete since r242755 from 2008-05-28: "split data structure (needed for next commits)"] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6e70a35..e2d6fda8 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install: all dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) - find $(NAME)-$(VERSION) -name '*.pl' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' + find $(NAME)-$(VERSION) -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1