Skip to content

Commit

Permalink
Add Makefile dependencies for scripts/zfs-tests.sh -c
Browse files Browse the repository at this point in the history
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 #16030
Closes #16922
  • Loading branch information
rrevans authored Jan 4, 2025
1 parent ee3bde9 commit 50cbb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50cbb14

Please sign in to comment.