From 0c94504d0649d0a31a0716e8ace19de153aadc29 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 1 Feb 2017 11:53:21 +0100 Subject: [PATCH] btrfs-progs: build: drop deprecated utility from test dependencies Standalone btrfs-debug-tree has been superseded by 'btrfs inspect-internal dump-tree'. Signed-off-by: David Sterba --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ee385b6..94b7c4ce 100644 --- a/Makefile +++ b/Makefile @@ -272,11 +272,11 @@ test-convert: btrfs btrfs-convert $(Q)bash tests/convert-tests.sh test-check: test-fsck -test-fsck: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs +test-fsck: btrfs btrfs-image btrfs-corrupt-block mkfs.btrfs @echo " [TEST] fsck-tests.sh" $(Q)bash tests/fsck-tests.sh -test-misc: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs btrfstune +test-misc: btrfs btrfs-image btrfs-corrupt-block mkfs.btrfs btrfstune @echo " [TEST] misc-tests.sh" $(Q)bash tests/misc-tests.sh