From 41d8c7e51a8989be633b9ada124c58a01fae7d54 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 19 Oct 2016 12:04:07 +0300 Subject: tests,python: Atomic directory creation * lang/python/tests/Makefile.am: Use MIDIR_P. * tests/gpg/Makefile.am: Ditto. * tests/gpgsm/Makefile.am: Ditto. -- Solves race in parallel build when mkdir fails if directory exists. Signed-off-by: Alon Bar-Lev - Tweaked the ChangeLog Signed-off-by: Werner Koch --- lang/python/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python') diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index aa88bdcb..39f532ce 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -89,7 +89,7 @@ clean-local: ./private-keys-v1.d/gpg-sample.stamp: $(private_keys) - test -d ./private-keys-v1.d || mkdir ./private-keys-v1.d + $(MKDIR_P) ./private-keys-v1.d for k in $(private_keys); do \ cp $$k private-keys-v1.d/$${k#$(test_srcdir)/}.key; \ done -- cgit v1.2.3