Remove duplicate files, add extra progs, add library test binaries. Signed-off-by: David Sterba <dste...@suse.cz> --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile index b597ad8e9b89..4cae30c179b5 100644 --- a/Makefile +++ b/Makefile @@ -266,12 +266,12 @@ clean-all: clean-doc clean clean: $(CLEANDIRS) @echo "Cleaning" - $(Q)rm -f $(progs) cscope.out *.o *.o.d btrfs-convert btrfs-image btrfs-select-super \ - btrfs-zero-log btrfstune dir-test ioctl-test quick-test send-test btrfsck \ - btrfs.static mkfs.btrfs.static btrfs-calc-size \ + $(Q)rm -f $(progs) cscope.out *.o *.o.d \ + dir-test ioctl-test quick-test send-test library-test library-test-static \ + btrfs.static mkfs.btrfs.static \ version.h $(check_defs) \ $(libs) $(lib_links) \ - $(progs_extra) + $(progs_static) $(progs_extra) clean-doc: @echo "Cleaning Documentation" -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html