summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-11-18 11:16:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-11-18 11:16:52 +0000
commitd8cdd2d06b7692bfaf06cea28ad32c2c61e807e4 (patch)
tree403069d2c618963213dc71280df227c8662afb71 /Makefile
parent546c7b283565378c5be85921654abd61e01b1077 (diff)
downloadcontrol-center-d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4.tar
control-center-d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4.tar.gz
control-center-d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4.tar.bz2
control-center-d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4.tar.xz
control-center-d8cdd2d06b7692bfaf06cea28ad32c2c61e807e4.zip
(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)"]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)