[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Fixes.



# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 59e76450e286240decceda23eca343ec4604124f
# Parent  48dea637aac96bcbabe788d036b52570520cc82e
Fixes.

diff -r 48dea637aac9 -r 59e76450e286 tools/consoled/Makefile
--- a/tools/consoled/Makefile   Tue Aug  2 14:51:06 2005
+++ b/tools/consoled/Makefile   Tue Aug  2 15:42:06 2005
@@ -24,14 +24,14 @@
 
 HDRS     = $(wildcard *.h)
 OBJS     = $(patsubst %.c,%.o,$(SRCS))
-BIN      = consoled
+BIN      = consoled xc_console
 
-all: $(BIN) xc_console
+all: $(BIN)
 
 clean:
-       $(RM) *.a *.so *.o *.rpm $(BIN) xc_console
+       $(RM) *.a *.so *.o *.rpm $(BIN)
 
-$(BIN): $(OBJS)
+consoled: $(OBJS)
        $(CC) $(CFLAGS) $^ -o $@ -L$(XEN_LIBXC) -L$(XEN_XENSTORE) \
               -lxc -lxenstore
 
@@ -41,8 +41,8 @@
 
 $(OBJS): $(HDRS)
 
-install: $(BIN) xc_console
+install: $(BIN)
        $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
-       $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
+       $(INSTALL_PROG) consoled $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
        $(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)
        $(INSTALL_PROG) xc_console $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.