[git] GPGME - branch, master, updated. gpgme-1.10.0-13-gc9a351f

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Feb 15 02:28:43 CET 2018


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 Made Easy".

The branch, master has been updated
       via  c9a351f5af289c8f6919854c40f235c781b76ec7 (commit)
      from  f1d8a7975b0a166f55aef06eb25d50230781b96f (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 c9a351f5af289c8f6919854c40f235c781b76ec7
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Feb 15 10:27:59 2018 +0900

    build: More Makefile fix.
    
    * lang/python/tests/Makefile.am: Avoid target with '/'.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index 25b15f2..6224e5a 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -79,7 +79,7 @@ xcheck:	all
 CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
 	gpg-agent.conf pubring.kbx~ gpg.conf pubring.gpg~ \
 	random_seed .gpg-v21-migrated tofu.db \
-        pubring-stamp private-keys-v1.d/gpg-sample.stamp
+        pubring-stamp gpg-sample.stamp
 
 private_keys = \
         $(test_srcdir)/13CD0F3BDF24BE53FE192D62F18737256FF6E4FD \
@@ -94,18 +94,17 @@ clean-local:
 
 
 BUILT_SOURCES = gpg.conf gpg-agent.conf pubring-stamp \
-           private-keys-v1.d/gpg-sample.stamp
+           gpg-sample.stamp
 
-private-keys-v1.d/gpg-sample.stamp: $(private_keys)
+gpg-sample.stamp: $(private_keys)
 	-gpgconf --kill all
 	$(MKDIR_P) ./private-keys-v1.d
 	for k in $(private_keys); do \
           cp $$k private-keys-v1.d/$${k#$(test_srcdir)/}.key; \
         done
-	echo x > ./private-keys-v1.d/gpg-sample.stamp
+	echo x > ./gpg-sample.stamp
 
-pubring-stamp: $(test_srcdir)/pubdemo.asc           \
-                 ./private-keys-v1.d/gpg-sample.stamp
+pubring-stamp: $(test_srcdir)/pubdemo.asc gpg-sample.stamp
 	$(GPG) --batch --no-permission-warning \
                --import $(test_srcdir)/pubdemo.asc
 	-$(GPG) --batch --no-permission-warning \

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

Summary of changes:
 lang/python/tests/Makefile.am | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list