[csw-devel] SF.net SVN: gar:[5183] csw/mgar/pkg

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Jun 5 19:05:57 CEST 2009


Revision: 5183
          http://gar.svn.sourceforge.net/gar/?rev=5183&view=rev
Author:   valholla
Date:     2009-06-05 17:05:57 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/dbus-python/
    csw/mgar/pkg/dbus-python/Makefile
    csw/mgar/pkg/dbus-python/branches/
    csw/mgar/pkg/dbus-python/tags/
    csw/mgar/pkg/dbus-python/trunk/
    csw/mgar/pkg/dbus-python/trunk/files/

Added: csw/mgar/pkg/dbus-python/Makefile
===================================================================
--- csw/mgar/pkg/dbus-python/Makefile	                        (rev 0)
+++ csw/mgar/pkg/dbus-python/Makefile	2009-06-05 17:05:57 UTC (rev 5183)
@@ -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