[csw-devel] SF.net SVN: gar:[6975] csw/mgar/pkg/cscope/Makefile

aubreyli at users.sourceforge.net aubreyli at users.sourceforge.net
Mon Oct 26 14:13:55 CET 2009


Revision: 6975
          http://gar.svn.sourceforge.net/gar/?rev=6975&view=rev
Author:   aubreyli
Date:     2009-10-26 13:13:55 +0000 (Mon, 26 Oct 2009)

Log Message:
-----------
add package-level Makefile

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

Added: csw/mgar/pkg/cscope/Makefile
===================================================================
--- csw/mgar/pkg/cscope/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cscope/Makefile	2009-10-26 13:13:55 UTC (rev 6975)
@@ -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