Page MenuHome GnuPG

make distclean forgets tests/crls.d and tests/S.dirmngr
Closed, ResolvedPublic

Description

»make distclean« forgets to delete »tests/crls.d« and »tests/S.dirmngr«.
Try this:

tar jvxf gnupg-2.1.3.tar.bz2
cp -a gnupg-2.1.3 gnupg-2.1.3.original
./configure
make
make install
make distclean
diff -r gnupg-2.1.3 gnupg-2.1.3.original

Details

Version
2.1.3

Event Timeline

perske set Version to 2.1.3.
perske added a subscriber: perske.

Actually "make distcheck" does such a check and thus I wonder how this can
aheppn. Well (make distcheck and me) we are always doint out-of-source builds
so this might be the reason.

The tests framework has anyway been reworked and thus I doubt that this is still
a bug.

werner claimed this task.