[csw-devel] SF.net SVN: gar:[5811] csw/mgar/pkg/munin/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Aug 2 11:58:56 CEST 2009


Revision: 5811
          http://gar.svn.sourceforge.net/gar/?rev=5811&view=rev
Author:   wahwah
Date:     2009-08-02 09:58:56 +0000 (Sun, 02 Aug 2009)

Log Message:
-----------
munin: Adding package-level Makefile

Added Paths:
-----------
    csw/mgar/pkg/munin/Makefile

Copied: csw/mgar/pkg/munin/Makefile (from rev 5810, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/munin/Makefile	                        (rev 0)
+++ csw/mgar/pkg/munin/Makefile	2009-08-02 09:58:56 UTC (rev 5811)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list