[csw-devel] SF.net SVN: gar:[7852] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Sun Jan 3 18:48:34 CET 2010


Revision: 7852
          http://gar.svn.sourceforge.net/gar/?rev=7852&view=rev
Author:   hson
Date:     2010-01-03 17:48:33 +0000 (Sun, 03 Jan 2010)

Log Message:
-----------
Add intermediate Makefile

Added Paths:
-----------
    csw/mgar/pkg/gobject-introspection/Makefile
    csw/mgar/pkg/json-glib/Makefile
    csw/mgar/pkg/libmcrypt/Makefile
    csw/mgar/pkg/pxlib/Makefile
    csw/mgar/pkg/wireshark/Makefile

Added: csw/mgar/pkg/gobject-introspection/Makefile
===================================================================
--- csw/mgar/pkg/gobject-introspection/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gobject-introspection/Makefile	2010-01-03 17:48:33 UTC (rev 7852)
@@ -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) 

Added: csw/mgar/pkg/json-glib/Makefile
===================================================================
--- csw/mgar/pkg/json-glib/Makefile	                        (rev 0)
+++ csw/mgar/pkg/json-glib/Makefile	2010-01-03 17:48:33 UTC (rev 7852)
@@ -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) 

Added: csw/mgar/pkg/libmcrypt/Makefile
===================================================================
--- csw/mgar/pkg/libmcrypt/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libmcrypt/Makefile	2010-01-03 17:48:33 UTC (rev 7852)
@@ -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) 

Added: csw/mgar/pkg/pxlib/Makefile
===================================================================
--- csw/mgar/pkg/pxlib/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pxlib/Makefile	2010-01-03 17:48:33 UTC (rev 7852)
@@ -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) 

Added: csw/mgar/pkg/wireshark/Makefile
===================================================================
--- csw/mgar/pkg/wireshark/Makefile	                        (rev 0)
+++ csw/mgar/pkg/wireshark/Makefile	2010-01-03 17:48:33 UTC (rev 7852)
@@ -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