btrfs-progs: use box version of btrfs tool (busybox like)
authorKarel Kočí <karel.koci@nic.cz>
Mon, 5 Aug 2019 11:31:52 +0000 (13:31 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 6 Aug 2019 07:56:59 +0000 (09:56 +0200)
commitd9020050b3a93517b8a4a10b5c51d64b9547f90e
treecca1a8a9d6c2ae24e7831c6e4074c03e571e71bc
parentd7bdd9045b1fbd969de04c455eaa36bb8f72a564
btrfs-progs: use box version of btrfs tool (busybox like)

This instead of building every tool separately builds one btrfs binary
and additional tools are links to this binary. This is same approach as
busybox is using.

This splits list of tools to two. boxprogs are tools that are boxed to
code btrfs binary and progs are tools that are not.
This also overload default all make target of Build/Compile and instead
builds (unified) btrfs.progs and separate progs.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
utils/btrfs-progs/Makefile