[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] A few consoled tweaks. It's not worth building by default
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |