[Gpg4win-commits] r15 - in trunk: . src

marcus at wald.intevation.org marcus at wald.intevation.org
Thu Oct 20 12:32:31 CEST 2005


Author: marcus
Date: 2005-10-20 12:32:31 +0200 (Thu, 20 Oct 2005)
New Revision: 15

Modified:
   trunk/ChangeLog
   trunk/src/gpg4win.mk.in
Log:
2005-10-20  Marcus Brinkmann  <marcus at g10code.de>

	* src/gpg4win.mk.in (stamps/stamp-final): New target that replaces
	phony target final.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-10-20 07:39:01 UTC (rev 14)
+++ trunk/ChangeLog	2005-10-20 10:32:31 UTC (rev 15)
@@ -1,3 +1,8 @@
+2005-10-20  Marcus Brinkmann  <marcus at g10code.de>
+
+	* src/gpg4win.mk.in (stamps/stamp-final): New target that replaces
+	phony target final.
+
 2005-10-20  Werner Koch  <wk at g10code.com>
 
 	* src/*.nsi: Add a Latin-1 tag to make sure that Emacs uses the

Modified: trunk/src/gpg4win.mk.in
===================================================================
--- trunk/src/gpg4win.mk.in	2005-10-20 07:39:01 UTC (rev 14)
+++ trunk/src/gpg4win.mk.in	2005-10-20 10:32:31 UTC (rev 15)
@@ -173,17 +173,16 @@
 # Insert the template for each binary package.
 $(foreach bpkg, $(gpg4win_bpkgs), $(eval $(call BPKG_template,$(bpkg))))
 
+stamps/stamp-final: $(addprefix stamps/stamp-final-,$(gpg4win_build_list))
+	touch stamps/stamp-final
 
-.PHONY : final
+all-gpg4win: stamps/stamp-final
 
-final: $(addprefix stamps/stamp-final-,$(gpg4win_build_list))
-
-all-gpg4win: final
-
-
 # Just to check if we catched all stamps.
 clean-stamps:
 	$(RM) -fR $(stamps)
 
 clean-gpg4win:
-	$(RM) -fR playground stamps
\ No newline at end of file
+	$(RM) -fR playground stamps
+
+.PHONY : all-gpg4win clean-stamps clean-gpg4win



More information about the Gpg4win-commits mailing list