|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] tools: fix install of lomount
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1311257086 -3600
# Node ID e0b44216a4a8f6084f04f34a7acde17e2dd01126
# Parent 2c688ae1c0570fe020e0c9582d23eadebe666365
tools: fix install of lomount
$(BIN) went away in 23124:e3d4c34b14a3.
Also there are no *.so, *.a or *.rpm built in here
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 2c688ae1c057 -r e0b44216a4a8 tools/misc/lomount/Makefile
--- a/tools/misc/lomount/Makefile Thu Jul 21 15:04:33 2011 +0100
+++ b/tools/misc/lomount/Makefile Thu Jul 21 15:04:46 2011 +0100
@@ -11,11 +11,11 @@ build: lomount
.PHONY: install
install install-recurse: build
- $(INSTALL_PROG) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR)
+ $(INSTALL_PROG) lomount $(SCRIPTS) $(DESTDIR)$(BINDIR)
.PHONY: clean
clean:
- $(RM) *.a *.so *.o *.rpm $(BIN)
+ $(RM) *.o lomount
lomount: lomount.o
$(CC) $(CFLAGS) -o $@ $<
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] tools: fix install of lomount,
Ian Campbell <=
|
|
|
|
|