[csw-devel] SF.net SVN: gar:[9816] csw/mgar/gar/v2-bwalton/gar.mk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed May 5 04:34:54 CEST 2010


Revision: 9816
          http://gar.svn.sourceforge.net/gar/?rev=9816&view=rev
Author:   bdwalton
Date:     2010-05-05 02:34:54 +0000 (Wed, 05 May 2010)

Log Message:
-----------
gar/v2-bwalton: tag git repo for each modulation with csw-$(GARVERSION) after all patches are committed

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-05 02:25:29 UTC (rev 9815)
+++ csw/mgar/gar/v2-bwalton/gar.mk	2010-05-05 02:34:54 UTC (rev 9816)
@@ -449,7 +449,7 @@
 patch: pre-patch $(addprefix patch-,$(MODULATIONS)) post-patch
 	@$(DONADA)
 
-patch-modulated: extract-modulated $(WORKSRC) pre-patch-modulated pre-patch-$(MODULATION) $(PATCH_TARGETS) post-patch-$(MODULATION) post-patch-modulated
+patch-modulated: extract-modulated $(WORKSRC) pre-patch-modulated pre-patch-$(MODULATION) $(PATCH_TARGETS) post-patch-gitsnap post-patch-$(MODULATION) post-patch-modulated
 	@$(DONADA)
 
 # returns true if patch has completed successfully, false
@@ -457,6 +457,10 @@
 patch-p:
 	@$(foreach COOKIEFILE,$(PATCH_TARGETS), test -e $(COOKIEDIR)/$(COOKIEFILE) ;)
 
+post-patch-gitsnap: $(WORKSRC) $(PATCH_TARGETS)
+	@( cd $(WORKSRC); git tag -am "CSW $(GARVERSION)" csw-$(GARVERSION) )
+	@$(MAKECOOKIE)
+
 # Allow generation of patches from modified work source.
 makepatch: $(FILEDIR)
 	@echo Makepatch: Checking for changes in work tree...


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