Skip to content

Commit

Permalink
Merge pull request #3541 from mulkieran/fix-dependency-check
Browse files Browse the repository at this point in the history
Makefile_dependencies: fix verify-dependency-bounds target
  • Loading branch information
mulkieran committed Jan 24, 2024
2 parents ee05279 + 28aa8a7 commit 818ede7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-set-lower-bounds:
echo "Testing that SET_LOWER_BOUNDS environment variable is set to a valid path"
test -e "${SET_LOWER_BOUNDS}"

verify-dependency-bounds: test-set-lower-bounds vdb-build vdb-min vdb-tests vdb-stratis-dumpmetadata
verify-dependency-bounds: test-set-lower-bounds vdb-build vdb-min vdb-tests vdb-stratisd-tools

vdb-build:
cargo clean
Expand All @@ -35,11 +35,11 @@ vdb-tests:
${SET_LOWER_BOUNDS} ${MANIFEST_PATH_ARGS}
make -f Makefile build-tests

vdb-stratis-dumpmetadata:
vdb-stratisd-tools:
cargo clean
make -f Makefile stratis-dumpmetadata
make -f Makefile stratisd-tools
${SET_LOWER_BOUNDS} ${MANIFEST_PATH_ARGS}
make -f Makefile stratis-dumpmetadata
make -f Makefile stratisd-tools


COMPARE_FEDORA_VERSIONS ?=
Expand Down

0 comments on commit 818ede7

Please sign in to comment.