SF.net SVN: gar:[23929] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 6 15:51:35 CEST 2014


Revision: 23929
          http://sourceforge.net/p/gar/code/23929
Author:   dmichelsen
Date:     2014-08-06 13:51:33 +0000 (Wed, 06 Aug 2014)
Log Message:
-----------
apache24: Fix directory structure

Added Paths:
-----------
    csw/mgar/pkg/apache24/
    csw/mgar/pkg/apache24/Makefile
    csw/mgar/pkg/apache24/branches/
    csw/mgar/pkg/apache24/tags/
    csw/mgar/pkg/apache24/trunk/

Removed Paths:
-------------
    csw/mgar/pkg/apache24/

Copied: csw/mgar/pkg/apache24/Makefile (from rev 23923, csw/mgar/pkg/apache2/Makefile)
===================================================================
--- csw/mgar/pkg/apache24/Makefile	                        (rev 0)
+++ csw/mgar/pkg/apache24/Makefile	2014-08-06 13:51:33 UTC (rev 23929)
@@ -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