Revision: 3577
          http://gar.svn.sourceforge.net/gar/?rev=3577&view=rev
Author:   glawsf
Date:     2009-03-04 12:02:59 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
initial commit

Added Paths:
-----------
    csw/mgar/pkg/djbdns/
    csw/mgar/pkg/djbdns/Makefile
    csw/mgar/pkg/djbdns/tags/
    csw/mgar/pkg/djbdns/trunk/

Added: csw/mgar/pkg/djbdns/Makefile
===================================================================
--- csw/mgar/pkg/djbdns/Makefile                                (rev 0)
+++ csw/mgar/pkg/djbdns/Makefile        2009-03-04 12:02:59 UTC (rev 3577)
@@ -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.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to