From 5558d946e088be7a826ec44e7b3bf99bc4f23f45 Mon Sep 17 00:00:00 2001 From: Robert Evans Date: Fri, 3 Jan 2025 10:55:32 -0500 Subject: [PATCH] Add Makefile dependencies for scripts/zfs-tests.sh -c This updates the Makefile to be more correct for parallel make. Fixes #16030 Signed-off-by: Robert Evans --- scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7d9cef83d2c6..ee8fb8717cec 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -79,7 +79,7 @@ CLEANFILES += %D%/common.sh -$(AM_V_at)echo "$$SCRIPTS_EXTRA_ENVIRONMENT" >>$@ ALL_LOCAL += scripts-all-local -scripts-all-local: %D%/common.sh +scripts-all-local: %D%/common.sh $(PROGRAMS) $(SCRIPTS) $(DATA) -SCRIPT_COMMON=$< $(srcdir)/%D%/zfs-tests.sh -c CLEAN_LOCAL += scripts-clean-local