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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Mar 20 03:07:48 CET 2012


Revision: 17471
          http://gar.svn.sourceforge.net/gar/?rev=17471&view=rev
Author:   bdwalton
Date:     2012-03-20 02:07:48 +0000 (Tue, 20 Mar 2012)
Log Message:
-----------
when using makepatch, update cookies for the new patch and the patch and extract and gitsnap targets; allows easy re-running of makepatch and also reconfigure, etc

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.mk

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk	2012-03-20 00:40:48 UTC (rev 17470)
+++ csw/mgar/gar/v2/gar.mk	2012-03-20 02:07:48 UTC (rev 17471)
@@ -558,7 +558,14 @@
 			echo; \
 			echo "	svn add" $$FILES_PATCHES; \
 			echo; \
-			mv $$NEWPATCHES $(abspath $(FILEDIR)); ) \
+			mv $$NEWPATCHES $(abspath $(FILEDIR)); \
+			for p in $$NEWPATCHES; do \
+				touch $(abspath $(COOKIEDIR))/normal-patch-$$p; \
+				touch $(abspath $(COOKIEDIR))/patch-extract-$$p; \
+			done; \
+			touch $(abspath $(COOKIEDIR))/extract-modulated; \
+			touch $(abspath $(COOKIEDIR))/patch-modulated; \
+			touch $(abspath $(COOKIEDIR))/post-patch-gitsnap; ) \
 		fi; \
 	    else \
 		echo "No extracted sources so we can't create patches..."; \

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