[csw-devel] SF.net SVN: gar:[19536] csw/mgar/pkg
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue Oct 30 11:09:07 CET 2012
Revision: 19536
http://gar.svn.sourceforge.net/gar/?rev=19536&view=rev
Author: bdwalton
Date: 2012-10-30 10:09:07 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
add stub for libsunperf
Added Paths:
-----------
csw/mgar/pkg/libsunperf/
csw/mgar/pkg/libsunperf/Makefile
csw/mgar/pkg/libsunperf/branches/
csw/mgar/pkg/libsunperf/tags/
csw/mgar/pkg/libsunperf/trunk/
csw/mgar/pkg/libsunperf/trunk/files/
Copied: csw/mgar/pkg/libsunperf/Makefile (from rev 19488, csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/libsunperf/Makefile (rev 0)
+++ csw/mgar/pkg/libsunperf/Makefile 2012-10-30 10:09:07 UTC (rev 19536)
@@ -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