Hi all,
just a tiny fix that you may want to apply.
Thanks,
~David
--
From: David Mohr <david@xxxxxxxx>
Date: Fri, 20 Mar 2015 11:42:54 -0600
Subject: Clean should remove bcache-register
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c824ae3..afdb2f3 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ install: make-bcache probe-bcache bcache-super-show
# $(INSTALL) -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/
clean:
- $(RM) -f make-bcache probe-bcache bcache-super-show bcache-test -- *.o
+ $(RM) -f make-bcache probe-bcache bcache-super-show bcache-test
bcache-register -- *.o
bcache-test: LDLIBS += `pkg-config --libs openssl` -lm
make-bcache: LDLIBS += `pkg-config --libs uuid blkid`
--
To unsubscribe from this list: send the line "unsubscribe linux-bcache" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html