aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-13 22:29:25 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-10-13 22:29:25 +0000
commit0e0b83b5be6ab401a3f9023fb565c0b189c62614 (patch)
treef05df126a9f6c9891c8a9799d34a12e32b2bdb51
parent8874486120eb5e00d74752b1948a2b46f041ae5a (diff)
downloadxen-0e0b83b5be6ab401a3f9023fb565c0b189c62614.tar.gz
xen-0e0b83b5be6ab401a3f9023fb565c0b189c62614.tar.bz2
xen-0e0b83b5be6ab401a3f9023fb565c0b189c62614.zip
bitkeeper revision 1.511 (3f8b2745pCeuF80gXzgE1x31zkPTSg)
Add tools/misc/xen_log -- an alternative to xen_read_console that sends all domain console output to the domain0 syslog. Thanks to Jeff Clark.
-rw-r--r--tools/misc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/misc/Makefile b/tools/misc/Makefile
index 34b7f70fa8..ede01c7f8a 100644
--- a/tools/misc/Makefile
+++ b/tools/misc/Makefile
@@ -7,9 +7,9 @@ HDRS = $(wildcard *.h)
SRCS = $(wildcard *.c)
OBJS = $(patsubst %.c,%.o,$(SRCS))
-TARGETS = xen_read_console xen_cpuperf xen_refresh_dev
+TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev
-INSTALL = $(TARGETS) xen-mkdevnodes xen-clone
+INSTALL = $(TARGETS) xen-mkdevnodes xen-clone xen_log
all: $(TARGETS)
$(MAKE) -C miniterm
@@ -19,6 +19,7 @@ install: all
cp -a $(INSTALL) ../../../install/bin
chmod 755 ../../../install/bin/xen-mkdevnodes
chmod 755 ../../../install/bin/xen-clone
+ chmod 755 ../../../install/bin/xen_log
$(MAKE) -C miniterm install
clean: