[git] GPG-ERROR - branch, master, updated. libgpg-error-1.12-21-gbb5318a

by Werner Koch cvs at cvs.gnupg.org
Wed Jan 29 08:48:15 CET 2014


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  bb5318aa5536fa48ec240c2ff48b9e2e1d9916ef (commit)
      from  6245bf65fc2554c7c103324d451036de08869458 (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 bb5318aa5536fa48ec240c2ff48b9e2e1d9916ef
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jan 29 08:47:01 2014 +0100

    Fix a syscfg/ file name.
    
    * src/syscfg/lock-obj.arm-unknown-linux-androideabi.h: Rename to ...
    * src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h: this.
    * src/Makefile.am (lock_obj_pub): Fix file name.
    --
    
    Ooops.  A wrong comment in a generated header can make a lot of
    trouble.

diff --git a/src/Makefile.am b/src/Makefile.am
index 0a8a59a..e201cee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,7 @@ endif
 # Distributed lock object definitions for cross compilation.
 lock_obj_pub = \
 	syscfg/lock-obj-pub.mingw32.h \
-        syscfg/lock-obj.arm-unknown-linux-androideabi.h
+        syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
 
 lib_LTLIBRARIES = libgpg-error.la
 include_HEADERS = gpg-error.h
diff --git a/src/syscfg/lock-obj.arm-unknown-linux-androideabi.h b/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
similarity index 87%
rename from src/syscfg/lock-obj.arm-unknown-linux-androideabi.h
rename to src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
index adcf46f..56319f5 100644
--- a/src/syscfg/lock-obj.arm-unknown-linux-androideabi.h
+++ b/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h
@@ -1,4 +1,4 @@
-## lock-obj.arm-unknown-linux-androideabi.h
+## lock-obj-pub.arm-unknown-linux-androideabi.h
 ## File created by gen-posix-lock-obj - DO NOT EDIT
 ## To be included by mkheader into gpg-error.h
 

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

Summary of changes:
 src/Makefile.am                                                      |    2 +-
 ...ux-androideabi.h => lock-obj-pub.arm-unknown-linux-androideabi.h} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename src/syscfg/{lock-obj.arm-unknown-linux-androideabi.h => lock-obj-pub.arm-unknown-linux-androideabi.h} (87%)


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




More information about the Gnupg-commits mailing list