[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.0-114-g7da1502

by Andre Heinecke cvs at cvs.gnupg.org
Wed Mar 2 12:40:52 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  7da15025722c7e3157c943dfd190a677ef1463eb (commit)
      from  fd3e5af17e3719673ea2e17280e9efd40eed4628 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7da15025722c7e3157c943dfd190a677ef1463eb
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Mar 2 12:39:40 2016 +0100

    Do not fail if installers subdirectory exists
    
    * src/gpg4win.mk.in (stamp-directories): Add -p for installers.
    --
    
    The installers are not removed by make clean so its normal
    if the directory may exist.

diff --git a/src/gpg4win.mk.in b/src/gpg4win.mk.in
index c26408a..819a562 100644
--- a/src/gpg4win.mk.in
+++ b/src/gpg4win.mk.in
@@ -39,7 +39,7 @@ pkg_files =
 stamps/stamp-directories:
 	$(MKDIR) stamps
 	$(MKDIR) playground
-	$(MKDIR) installers
+	$(MKDIR) -p installers
 	$(MKDIR) $(bdir)
 	$(MKDIR) $(idir)
 	$(MKDIR) $(ipdir)

-----------------------------------------------------------------------

Summary of changes:
 src/gpg4win.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list