[csw-devel] SF.net SVN: gar:[6318] csw/mgar/pkg/Makefile
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Wed Sep 16 14:10:42 CEST 2009
Revision: 6318
http://gar.svn.sourceforge.net/gar/?rev=6318&view=rev
Author: trygvis
Date: 2009-09-16 12:10:42 +0000 (Wed, 16 Sep 2009)
Log Message:
-----------
o Adding a 'scm-help' target.
Modified Paths:
--------------
csw/mgar/pkg/Makefile
Modified: csw/mgar/pkg/Makefile
===================================================================
--- csw/mgar/pkg/Makefile 2009-09-16 11:56:03 UTC (rev 6317)
+++ csw/mgar/pkg/Makefile 2009-09-16 12:10:42 UTC (rev 6318)
@@ -14,6 +14,13 @@
default:
@echo "You are in the pkg/ directory."
+scm-update-packages:
+ @echo "Updating packages..."
+ @svn up --ignore-externals
+
+scm-help:
+ @cat ../gar/v2/scm-help
+
%:
@for i in $(filter-out $(FILTER_DIRS),$(wildcard */)) ; do \
$(MAKE) -C $$i $* ; \
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