Skip to content

Commit 9804132

Browse files
rrevanslundman
authored andcommitted
Add Makefile dependencies for scripts/zfs-tests.sh -c
This updates the Makefile to be more correct for parallel make. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Robert Evans <[email protected]> Closes openzfs#16030 Closes openzfs#16922
1 parent 7e9fa51 commit 9804132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ CLEANFILES += %D%/common.sh
7979
-$(AM_V_at)echo "$$SCRIPTS_EXTRA_ENVIRONMENT" >>$@
8080

8181
ALL_LOCAL += scripts-all-local
82-
scripts-all-local: %D%/common.sh
82+
scripts-all-local: %D%/common.sh $(PROGRAMS) $(SCRIPTS) $(DATA)
8383
-SCRIPT_COMMON=$< $(srcdir)/%D%/zfs-tests.sh -c
8484

8585
CLEAN_LOCAL += scripts-clean-local

0 commit comments

Comments
 (0)