On Tue, Mar 12, 2013 at 06:53:25PM +0100, David Sterba wrote: > On Tue, Mar 12, 2013 at 03:44:11PM +0000, 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 this is correct ... well, it's partially correct, we don't need $(libs) but we need the object files and possibly built with the same cflags as the rest of the .static.o group. So far the build works if libbtrfs.a is built and the final binary is linked against it. I finally made it to compile and link the way it should IMHO be, patch will follow after cleaning. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
