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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue May 5 17:48:21 CEST 2009


Revision: 4688
          http://gar.svn.sourceforge.net/gar/?rev=4688&view=rev
Author:   valholla
Date:     2009-05-05 15:48:21 +0000 (Tue, 05 May 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/squidclamav/
    csw/mgar/pkg/squidclamav/Makefile
    csw/mgar/pkg/squidclamav/branches/
    csw/mgar/pkg/squidclamav/tags/
    csw/mgar/pkg/squidclamav/trunk/
    csw/mgar/pkg/squidclamav/trunk/Makefile
    csw/mgar/pkg/squidclamav/trunk/checksums
    csw/mgar/pkg/squidclamav/trunk/files/

Added: csw/mgar/pkg/squidclamav/Makefile
===================================================================
--- csw/mgar/pkg/squidclamav/Makefile	                        (rev 0)
+++ csw/mgar/pkg/squidclamav/Makefile	2009-05-05 15:48:21 UTC (rev 4688)
@@ -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