[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 02/03: Add makefile to build all plugins.

Bernd Zeimetz bernd at bzed.de
Wed Jul 22 08:35:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.

commit 406aa156d0de9c18f492624bdb3b9b680ab700ca
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Sat Apr 18 17:21:02 2015 +0200

    Add makefile to build all plugins.
---
 Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..842c07b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+SUBDIRS := $(strip $(shell find . -mindepth 2 -maxdepth 2 -name Makefile -printf '%h '))
+
+default: all
+
+$(SUBDIRS)::
+	    $(MAKE) -C $@ $(MAKECMDGOALS)
+
+all clean install : $(SUBDIRS)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git



More information about the Pkg-nagios-changes mailing list