[csw-devel] SF.net SVN: gar:[4653] csw/mgar/pkg/libssh2/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Sun May 3 23:38:52 CEST 2009
Revision: 4653
http://gar.svn.sourceforge.net/gar/?rev=4653&view=rev
Author: valholla
Date: 2009-05-03 21:38:52 +0000 (Sun, 03 May 2009)
Log Message:
-----------
checkin
Added Paths:
-----------
csw/mgar/pkg/libssh2/Makefile
Added: csw/mgar/pkg/libssh2/Makefile
===================================================================
--- csw/mgar/pkg/libssh2/Makefile (rev 0)
+++ csw/mgar/pkg/libssh2/Makefile 2009-05-03 21:38:52 UTC (rev 4653)
@@ -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