summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-12-09 14:49:22 +0000
committerThierry Vignaud <tv@mandriva.org>2009-12-09 14:49:22 +0000
commit2a7b370f506198db92e7171531e02ff1d6b273a0 (patch)
tree451a63150cd72f4df5638d135eceb2fad99dcece
parent7f988a881d86178d825f4a75f47a540ddebb2e0b (diff)
downloadmgaonline-2a7b370f506198db92e7171531e02ff1d6b273a0.tar
mgaonline-2a7b370f506198db92e7171531e02ff1d6b273a0.tar.gz
mgaonline-2a7b370f506198db92e7171531e02ff1d6b273a0.tar.bz2
mgaonline-2a7b370f506198db92e7171531e02ff1d6b273a0.tar.xz
mgaonline-2a7b370f506198db92e7171531e02ff1d6b273a0.zip
drop diagnostics, strict, vars and warnings pragmas
-rw-r--r--Makefile2
-rw-r--r--NEWS1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b9a9eb2c..6944ec91 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ localedir = $(PREFIX)/usr/share/locale
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
all:
+ (find -name '*.pm' -o -name mdkapplet\* -o -name mdkupdate -o -name mdvonline_agent.pl -type f) | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
+ exit 1
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
clean:
diff --git a/NEWS b/NEWS
index f7ec86a9..5de5a013 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- drop diagnostics, strict, vars and warnings pragmas
- mdkapplet-config
o make sure dialog is properly sized