summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel <g2p.code@gmail.com>2013-03-09 13:22:24 +0100
committerGabriel <g2p.code@gmail.com>2013-03-09 14:33:08 +0100
commit865a3b1f0b3093ffbdf1ac91076f1c7ac7d22238 (patch)
treea6704d782142db2ec318ddf52866966ba502e705 /Makefile
parent42c182c6ab1530b5e3b18893f284da3eaec46e74 (diff)
Add a command to display a bcache superblock.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d15525b..ce8c0c4 100644
--- a/Makefile
+++ b/Makefile
@@ -2,21 +2,23 @@
PREFIX=/usr
CFLAGS+=-O2 -Wall -g
-all: make-bcache probe-bcache
+all: make-bcache probe-bcache bcache-super-show
-install: make-bcache probe-bcache
- install -m0755 make-bcache $(DESTDIR)${PREFIX}/sbin/
+install: make-bcache probe-bcache bcache-super-show
+ install -m0755 make-bcache bcache-super-show $(DESTDIR)${PREFIX}/sbin/
install -m0755 probe-bcache $(DESTDIR)/sbin/
install -m0644 61-bcache.rules $(DESTDIR)/lib/udev/rules.d/
-install -m0755 initramfs/script $(DESTDIR)/etc/initramfs-tools/scripts/init-premount/bcache
-install -m0755 initramfs/hook $(DESTDIR)/etc/initramfs-tools/hooks/bcache
- install -m0644 *.8 $(DESTDIR)${PREFIX}/share/man/man8
+ install -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8
# install -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/
clean:
- $(RM) -f make-bcache probe-bcache bcache-test *.o
+ $(RM) -f make-bcache probe-bcache bcache-super-show bcache-test *.o
bcache-test: LDLIBS += -lm -lssl -lcrypto
make-bcache: LDLIBS += -luuid
make-bcache: bcache.o
probe-bcache: LDLIBS += -luuid
+bcache-super-show: LDLIBS += -luuid
+bcache-super-show: bcache.o