From 28aa8a7f8d77a01514a87e2a194cf7b774760831 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 24 Jan 2024 09:43:37 -0500 Subject: [PATCH] Makefile_dependencies: fix verify-dependency-bounds target It got out of date now that stratis-dumpmetadata is not a target in the main Makefile. Signed-off-by: mulhern --- Makefile_dependencies | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile_dependencies b/Makefile_dependencies index d42950eb18..ca599d81a8 100644 --- a/Makefile_dependencies +++ b/Makefile_dependencies @@ -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 @@ -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 ?=