[git] GPG-ERROR - branch, master, updated. libgpg-error-1.25-2-geeef6b8

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Nov 17 06:29:33 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 "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  eeef6b8724b43e105ae2beef022fc957eb228bcf (commit)
      from  ea053ec3cbc5dd2eba160bcc873d80fb13e1f1e1 (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 eeef6b8724b43e105ae2beef022fc957eb228bcf
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Nov 17 14:23:07 2016 +0900

    Fix EXEEXT for lock obj creation.
    
    * src/Makefile.am (lock-obj-pub.native.h): Add EXEEXT for
    the executable gen-posix-lock-obj.
    
    --
    
    This change is from packaging work for Cygwin.
    
    Reported-by: Michael Haubenwallner <michael.haubenwallner at ssi-schaefer.com>
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/Makefile.am b/src/Makefile.am
index 0c18252..e5e907d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -291,7 +291,7 @@ else
 pre_mkheader_cmds = :
 parts_of_gpg_error_h += ./lock-obj-pub.native.h
 
-./lock-obj-pub.native.h: Makefile gen-posix-lock-obj posix-lock-obj.h
+./lock-obj-pub.native.h: Makefile gen-posix-lock-obj$(EXEEXT) posix-lock-obj.h
 	./gen-posix-lock-obj >$@
 endif
 

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

Summary of changes:
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list