Revision: 4222
          http://gar.svn.sourceforge.net/gar/?rev=4222&view=rev
Author:   hson
Date:     2009-04-07 23:44:44 +0000 (Tue, 07 Apr 2009)

Log Message:
-----------
libgnomedb: Add intermediate Makefile

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

Added: csw/mgar/pkg/libgnomedb/Makefile
===================================================================
--- csw/mgar/pkg/libgnomedb/Makefile                            (rev 0)
+++ csw/mgar/pkg/libgnomedb/Makefile    2009-04-07 23:44:44 UTC (rev 4222)
@@ -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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to