[csw-devel] SF.net SVN: gar:[6448] csw/mgar/pkg/x11/xineramaproto/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Sep 24 23:06:19 CEST 2009
Revision: 6448
http://gar.svn.sourceforge.net/gar/?rev=6448&view=rev
Author: wbonnet
Date: 2009-09-24 21:06:18 +0000 (Thu, 24 Sep 2009)
Log Message:
-----------
Added Paths:
-----------
csw/mgar/pkg/x11/xineramaproto/Makefile
Added: csw/mgar/pkg/x11/xineramaproto/Makefile
===================================================================
--- csw/mgar/pkg/x11/xineramaproto/Makefile (rev 0)
+++ csw/mgar/pkg/x11/xineramaproto/Makefile 2009-09-24 21:06:18 UTC (rev 6448)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+ @echo "You are in the pkg/x11/xproto 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