On Tue, Mar 12, 2013 at 06:53:25PM +0100, David Sterba wrote:
> On Tue, Mar 12, 2013 at 03:44:11PM +, Hugo Mills wrote:
> > +btrfs-find-root.static: $(static_objects) $(libs) find-root.static.o
>
> I've noticed that the (newly added) mkfs.btrfs.static target does not
> depend on $(libs) and th
On Tue, Mar 12, 2013 at 03:44:11PM +, Hugo Mills wrote:
> From: Hugo Mills
>
> btrfs-find-root isn't yet integrated into the main btrfs tool, and is
> an important recovery tool, so it deserves to be built as a static
> binary.
Thanks, I'll add this now as a separate target, though find-root
From: Hugo Mills
btrfs-find-root isn't yet integrated into the main btrfs tool, and is
an important recovery tool, so it deserves to be built as a static
binary.
Signed-off-by: Hugo Mills
---
Makefile |6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefi