From 3e5b13bfb5011687da4283c02117af789c13b8fc Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 8 Feb 2012 21:38:20 -0500 Subject: [PATCH] Turn off some commands in Makefile Signed-off-by: Chris Mason --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd5f7f1..acc6b13 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ LIBS=-luuid RESTORE_LIBS=-lz progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck \ - btrfs btrfs-map-logical restore find-root calc-size btrfs-corrupt-block + btrfs btrfs-map-logical btrfs-image btrfs-zero-log # make C=1 to enable sparse ifdef C -- 2.7.4