Imported Upstream version 1.4.11

This commit is contained in:
Jan Wagner 2013-11-26 23:54:57 +01:00
parent cff68b4c0a
commit 1d1585cd09
72 changed files with 16170 additions and 13657 deletions

View file

@ -22,11 +22,11 @@ dist-hook:
install-root:
cd plugins-root && $(MAKE) $@
test:
cd lib && $(MAKE) test
if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) test; fi
cd plugins && $(MAKE) test
cd plugins-scripts && $(MAKE) test
test test-debug:
cd lib && $(MAKE) $@
if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
cd plugins && $(MAKE) $@
cd plugins-scripts && $(MAKE) $@
nagios-plugins.spec: nagios-plugins.spec.in
sed "s/%%{VERSION}/${VERSION}/;s/%%{RELEASE}/${RELEASE}/;s/^%%{requires}$$//" $? > $@