[csw-devel] SF.net SVN: gar:[6581] csw/mgar/pkg/x11/xf86dgaproto/Makefile

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Sun Sep 27 22:14:25 CEST 2009


Revision: 6581
          http://gar.svn.sourceforge.net/gar/?rev=6581&view=rev
Author:   wbonnet
Date:     2009-09-27 20:14:24 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
Update default Makefile

Added Paths:
-----------
    csw/mgar/pkg/x11/xf86dgaproto/Makefile

Added: csw/mgar/pkg/x11/xf86dgaproto/Makefile
===================================================================
--- csw/mgar/pkg/x11/xf86dgaproto/Makefile	                        (rev 0)
+++ csw/mgar/pkg/x11/xf86dgaproto/Makefile	2009-09-27 20:14:24 UTC (rev 6581)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the `pwd` 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