All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Btrfs-progs: remove btrfsctl, btrfs-show and btrfs-vol from default build
@ 2012-06-08 18:00 Stefan Behrens
  2013-01-25 11:57 ` Gene Czarcinski
  2013-01-28  3:03 ` Anand Jain
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Behrens @ 2012-06-08 18:00 UTC (permalink / raw)
  To: linux-btrfs

Remove btrfsctl, btrfs-show and btrfs-vol from "all" target of Makefile.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index aaf1381..79e7a56 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ bindir = $(prefix)/bin
 LIBS=-luuid
 RESTORE_LIBS=-lz
 
-progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck \
+progs = mkfs.btrfs btrfs-debug-tree btrfsck \
 	btrfs btrfs-map-logical btrfs-image btrfs-zero-log btrfs-convert \
 	btrfs-find-root btrfs-restore btrfstune
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-28  2:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 18:00 [PATCH] Btrfs-progs: remove btrfsctl, btrfs-show and btrfs-vol from default build Stefan Behrens
2013-01-25 11:57 ` Gene Czarcinski
2013-01-25 15:32   ` Eric Sandeen
2013-01-25 15:49     ` Stefan Behrens
2013-01-28  3:03 ` Anand Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.