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] A few consoled tweaks. It's not worth building by defaul

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] A few consoled tweaks. It's not worth building by default
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 02 Aug 2005 10:50:10 -0400
Delivery-date: Tue, 02 Aug 2005 14:50:36 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 48dea637aac96bcbabe788d036b52570520cc82e
# Parent  2f743309f21afdc6adaef01421da40f7ff1e8b0d
A few consoled tweaks. It's not worth building by default
right now as it isn;t actually used.

diff -r 2f743309f21a -r 48dea637aac9 .hgignore
--- a/.hgignore Tue Aug  2 12:37:37 2005
+++ b/.hgignore Tue Aug  2 14:51:06 2005
@@ -86,6 +86,8 @@
 ^tools/check/\..*$
 ^tools/cmdline/.*$
 ^tools/cmdline/xen/.*$
+^tools/consoled/consoled$
+^tools/consoled/xc_console$
 ^tools/debugger/pdb/pdb$
 ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.ko$
 ^tools/debugger/pdb/linux-[0-9.]*-module/.*\.mod.c$
diff -r 2f743309f21a -r 48dea637aac9 tools/Makefile
--- a/tools/Makefile    Tue Aug  2 12:37:37 2005
+++ b/tools/Makefile    Tue Aug  2 14:51:06 2005
@@ -13,7 +13,7 @@
 #SUBDIRS += pygrub
 SUBDIRS += firmware
 SUBDIRS += security
-SUBDIRS += consoled
+#SUBDIRS += consoled
 
 .PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean
 
diff -r 2f743309f21a -r 48dea637aac9 tools/consoled/Makefile
--- a/tools/consoled/Makefile   Tue Aug  2 12:37:37 2005
+++ b/tools/consoled/Makefile   Tue Aug  2 14:51:06 2005
@@ -41,7 +41,7 @@
 
 $(OBJS): $(HDRS)
 
-install: $(BIN)
+install: $(BIN) xc_console
        $(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
        $(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
        $(INSTALL_DIR) -p $(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] A few consoled tweaks. It's not worth building by default, Xen patchbot -unstable <=