btrfs-progs: build: Remove unused variable TESTS
Variable is never used. Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
50d4ab19e4
commit
60fa9e945f
|
@ -38,7 +38,6 @@ libbtrfs_headers := send-stream.h send-utils.h send.h kernel-lib/rbtree.h btrfs-
|
|||
kernel-lib/crc32c.h kernel-lib/list.h kerncompat.h \
|
||||
kernel-lib/radix-tree.h kernel-lib/sizes.h kernel-lib/raid56.h \
|
||||
extent-cache.h extent_io.h ioctl.h ctree.h btrfsck.h version.h
|
||||
TESTS := fsck-tests.sh convert-tests.sh
|
||||
blkid_objects := partition/ superblocks/ topology/
|
||||
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -128,8 +128,6 @@ image_objects = image/main.o image/sanitize.o
|
|||
all_objects = $(objects) $(cmds_objects) $(libbtrfs_objects) $(convert_objects) \
|
||||
$(mkfs_objects) $(image_objects)
|
||||
|
||||
TESTS = fsck-tests.sh convert-tests.sh
|
||||
|
||||
udev_rules = 64-btrfs-dm.rules
|
||||
|
||||
ifeq ("$(origin V)", "command line")
|
||||
|
|
Loading…
Reference in New Issue