tests: Improve portability.
* lang/qt/tests/Makefile.am (clean-local): Avoid non-portable "--" * lang/python/Makefile.am (copystamp): Use well defined cp -R instead of cp -r. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
df7e92b4d5
commit
29207bcd3b
@ -48,8 +48,8 @@ COPY_FILES_PYME = \
|
||||
# distutils are not VPATH-aware.
|
||||
copystamp: $(COPY_FILES) $(COPY_FILES_PYME)
|
||||
if test "$(srcdir)" != "$(builddir)" ; then \
|
||||
cp -r $(COPY_FILES) . ; \
|
||||
cp -r $(COPY_FILES_PYME) pyme ; \
|
||||
cp -R $(COPY_FILES) . ; \
|
||||
cp -R $(COPY_FILES_PYME) pyme ; \
|
||||
fi
|
||||
touch $@
|
||||
|
||||
|
@ -71,7 +71,7 @@ CLEANFILES = secring.gpg pubring.gpg pubring.kbx trustdb.gpg dirmngr.conf \
|
||||
gpg.conf
|
||||
|
||||
clean-local:
|
||||
-rm -fR -- private-keys-v1.d
|
||||
-rm -fR private-keys-v1.d crls.d
|
||||
|
||||
export GNUPGHOME := $(abs_builddir)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user