[csw-devel] SF.net SVN: gar:[3638] csw/mgar/pkg/java
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sun Mar 8 19:28:25 CET 2009
Revision: 3638
http://gar.svn.sourceforge.net/gar/?rev=3638&view=rev
Author: wbonnet
Date: 2009-03-08 18:28:25 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
Initial commit
Added Paths:
-----------
csw/mgar/pkg/java/ajcdiscovery/
csw/mgar/pkg/java/ajcdiscovery/Makefile
csw/mgar/pkg/java/ajcdiscovery/branches/
csw/mgar/pkg/java/ajcdiscovery/tags/
csw/mgar/pkg/java/ajcdiscovery/trunk/
Removed Paths:
-------------
csw/mgar/pkg/java/ajcdiscovery/branches/
csw/mgar/pkg/java/ajcdiscovery/tags/
csw/mgar/pkg/java/ajcdiscovery/trunk/
Copied: csw/mgar/pkg/java/ajcdiscovery/Makefile (from rev 3637, csw/mgar/pkg/ajcdiscovery/Makefile)
===================================================================
--- csw/mgar/pkg/java/ajcdiscovery/Makefile (rev 0)
+++ csw/mgar/pkg/java/ajcdiscovery/Makefile 2009-03-08 18:28:25 UTC (rev 3638)
@@ -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