From 30d538cd40fd97ab27e9988bfbeb29ad671249eb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Nov 2008 13:34:05 +0000 Subject: drop diagnostics, strict, vars and warnings pragmas (should help #45361) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe0aa604..cb19e8ae 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* svn export -q -rBASE . $(NAME)-$(VERSION) find $(NAME)-$(VERSION) -name .svnignore |xargs rm -rf + find $(NAME)-$(VERSION) -name '*.pm' -o -name rpmdrake -o -name MandrivaUpdate | xargs ./simplify-drakx-modules tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1