Re: [PATCH] btrfs-progs: build: fix static standalone utilities

2016-03-22 Thread David Sterba
On Mon, Mar 21, 2016 at 10:16:07AM -0400, Noah Massey wrote: > commit b5e7979 "btrfs-progs: build: extend per-binary objects" allows > the standalone utilities to link against object files shared with the > main binary. However, the btrfs-*.static targets need to be adjusted > to build against the

[PATCH] btrfs-progs: build: fix static standalone utilities

2016-03-21 Thread Noah Massey
commit b5e7979 "btrfs-progs: build: extend per-binary objects" allows the standalone utilities to link against object files shared with the main binary. However, the btrfs-*.static targets need to be adjusted to build against the static versions of the common files. Signed-off-by: Noah Massey ---