[csw-devel] SF.net SVN: gar:[9813] csw/mgar/gar/v2-bwalton/gar.mk
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed May 5 03:00:14 CEST 2010
Revision: 9813
http://gar.svn.sourceforge.net/gar/?rev=9813&view=rev
Author: bdwalton
Date: 2010-05-05 01:00:14 +0000 (Wed, 05 May 2010)
Log Message:
-----------
gar/v2-bwalton: initialize a git repo for each modulation except global
Modified Paths:
--------------
csw/mgar/gar/v2-bwalton/gar.mk
Modified: csw/mgar/gar/v2-bwalton/gar.mk
===================================================================
--- csw/mgar/gar/v2-bwalton/gar.mk 2010-05-04 23:00:30 UTC (rev 9812)
+++ csw/mgar/gar/v2-bwalton/gar.mk 2010-05-05 01:00:14 UTC (rev 9813)
@@ -379,7 +379,7 @@
# We call an additional extract-modulated without resetting any variables so
# a complete unpacked set goes to the global dir for packaging (like gspec)
-extract: checksum $(COOKIEDIR) pre-extract extract-modulated $(addprefix extract-,$(MODULATIONS)) post-extract
+extract: checksum $(COOKIEDIR) pre-extract pre-extract-git-check extract-modulated $(addprefix extract-,$(MODULATIONS)) post-extract
@$(DONADA)
extract-global: $(if $(filter global,$(MODULATION)),extract-modulated)
@@ -389,7 +389,7 @@
extract-modulated: checksum-modulated $(EXTRACTDIR) $(COOKIEDIR) \
$(addprefix dep-$(GARDIR)/,$(EXTRACTDEPS)) \
announce-modulation \
- pre-extract-modulated pre-extract-$(MODULATION) pre-extract-git-check $(EXTRACT_TARGETS) $(if $(filter $(firstword $(MODULATIONS)),$(MODULATION)),post-extract-gitsnap) post-extract-$(MODULATION) post-extract-modulated
+ pre-extract-modulated pre-extract-$(MODULATION) $(EXTRACT_TARGETS) $(if $(filter global,$(MODULATION)),,post-extract-gitsnap) post-extract-$(MODULATION) post-extract-modulated
@$(DONADA)
pre-extract-git-check:
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