[csw-devel] SF.net SVN: gar:[3533] csw/mgar/pkg/pyorbit/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Sat Feb 28 02:52:59 CET 2009


Revision: 3533
          http://gar.svn.sourceforge.net/gar/?rev=3533&view=rev
Author:   valholla
Date:     2009-02-28 01:52:58 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
cleanup

Added Paths:
-----------
    csw/mgar/pkg/pyorbit/trunk/Makefile

Added: csw/mgar/pkg/pyorbit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyorbit/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pyorbit/trunk/Makefile	2009-02-28 01:52:58 UTC (rev 3533)
@@ -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