Revision: 6934
http://gar.svn.sourceforge.net/gar/?rev=6934&view=rev
Author: wahwah
Date: 2009-10-21 10:29:02 +0000 (Wed, 21 Oct 2009)
Log Message:
-----------
gnutls: adding package-level Makefile
Added Paths:
-----------
csw/mgar/pkg/gnutls/Makefile
Copied: csw/mgar/pkg/gnutls/Makefile (from rev 6443,
csw/mgar/pkg/template/Makefile)
===================================================================
--- csw/mgar/pkg/gnutls/Makefile (rev 0)
+++ csw/mgar/pkg/gnutls/Makefile 2009-10-21 10:29:02 UTC (rev 6934)
@@ -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