From: Omar Sandoval <osan...@fb.com> Hi, Dave,
This is a resend of a couple of patches I sent back in April, rebased on the current devel branch. Patch 1 cleans up some stale build targets, and patch 2 makes the btrfs-progs build more flexible, so that it's possible to pick and choose what gets built. Please consider these for the next progs release. Thanks! Omar Sandoval (2): btrfs-progs: remove stale dir-test and quick-test btrfs-progs: make all programs and libraries optional Makefile | 139 ++++++++----- Makefile.inc.in | 16 +- configure.ac | 138 +++++++++++-- dir-test.c | 518 ------------------------------------------------ quick-test.c | 226 --------------------- 5 files changed, 227 insertions(+), 810 deletions(-) delete mode 100644 dir-test.c delete mode 100644 quick-test.c -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html