From 0e0b83b5be6ab401a3f9023fb565c0b189c62614 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 13 Oct 2003 22:29:25 +0000 Subject: 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. --- tools/misc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tools/misc') 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: -- cgit v1.2.3