summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-22 16:34:44 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-24 13:06:36 +0100
commit74a95ec84c1a45b6d5b5fe40617c5c9d0c86e32d (patch)
tree9514d06c9402380ef9a2cecc45e0d64bc8da9f9e /Makefile.in
parente5b7a27bf720ed33384190b9f4908bdfdc6347f5 (diff)
btrfs-progs: deprecate standalone btrfs-calc-size
The functionality is now provided by 'inspect tree-stats'. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4c565cd8..db5c8de4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,7 +174,7 @@ endif
MAKEOPTS = --no-print-directory Q=$(Q)
# build all by default
-progs = $(progs_install) btrfsck btrfs-corrupt-block btrfs-calc-size
+progs = $(progs_install) btrfsck btrfs-corrupt-block
# install only selected
progs_install = btrfs mkfs.btrfs btrfs-debug-tree \
@@ -182,7 +182,8 @@ progs_install = btrfs mkfs.btrfs btrfs-debug-tree \
btrfs-find-root btrfstune btrfs-show-super \
btrfs-select-super
-progs_extra = btrfs-fragments
+# other tools, not built by default
+progs_extra = btrfs-fragments btrfs-calc-size
progs_static = $(foreach p,$(progs),$(p).static)