WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fixes., Xen patchbot -unstable <=