2002-05-26 Marcus Brinkmann <marcus@g10code.de>
* gpg/Makefile.am (all-local): Remove dependency on ./secring.gpg. (./secring.gpg): Remove target, and move all rules for this target to ... (./pubring.gpg): ... here. This was necessary because GnuPG 1.0.7 does create an empty secring.gpg file when importing public keys.
This commit is contained in:
parent
4f3be85e5a
commit
ac8f6d2c8a
@ -1,3 +1,11 @@
|
||||
2002-05-26 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpg/Makefile.am (all-local): Remove dependency on ./secring.gpg.
|
||||
(./secring.gpg): Remove target, and move all rules for this target
|
||||
to ...
|
||||
(./pubring.gpg): ... here. This was necessary because GnuPG 1.0.7
|
||||
does create an empty secring.gpg file when importing public keys.
|
||||
|
||||
2002-05-08 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgsm/t-verify.c (validity_string): New.
|
||||
|
@ -43,12 +43,10 @@ noinst_PROGRAMS = $(TESTS) t-genkey
|
||||
clean-local:
|
||||
$(srcdir)/mkdemodirs --clean
|
||||
|
||||
all-local: ./pubring.gpg ./secring.gpg
|
||||
all-local: ./pubring.gpg
|
||||
|
||||
./pubring.gpg: $(srcdir)/pubdemo.asc
|
||||
./pubring.gpg: $(srcdir)/pubdemo.asc ./Alpha/Secret.gpg
|
||||
$(GPG) --homedir . --import $(srcdir)/pubdemo.asc
|
||||
|
||||
./secring.gpg: ./Alpha/Secret.gpg
|
||||
$(GPG) --homedir . --allow-secret-key-import --import Alpha/Secret.gpg Zulu/Secret.gpg
|
||||
|
||||
./Alpha/Secret.gpg: secdemo.asc
|
||||
|
Loading…
Reference in New Issue
Block a user