ia64/xen-unstable
changeset 828:cf07f0fdbf52
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.
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.
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Oct 13 22:29:25 2003 +0000 (2003-10-13) |
parents | d0e35aa76dc3 |
children | bfbe6d080b40 |
files | tools/misc/Makefile |
line diff
1.1 --- a/tools/misc/Makefile Mon Oct 13 22:09:23 2003 +0000 1.2 +++ b/tools/misc/Makefile Mon Oct 13 22:29:25 2003 +0000 1.3 @@ -7,9 +7,9 @@ HDRS = $(wildcard *.h) 1.4 SRCS = $(wildcard *.c) 1.5 OBJS = $(patsubst %.c,%.o,$(SRCS)) 1.6 1.7 -TARGETS = xen_read_console xen_cpuperf xen_refresh_dev 1.8 +TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev 1.9 1.10 -INSTALL = $(TARGETS) xen-mkdevnodes xen-clone 1.11 +INSTALL = $(TARGETS) xen-mkdevnodes xen-clone xen_log 1.12 1.13 all: $(TARGETS) 1.14 $(MAKE) -C miniterm 1.15 @@ -19,6 +19,7 @@ install: all 1.16 cp -a $(INSTALL) ../../../install/bin 1.17 chmod 755 ../../../install/bin/xen-mkdevnodes 1.18 chmod 755 ../../../install/bin/xen-clone 1.19 + chmod 755 ../../../install/bin/xen_log 1.20 $(MAKE) -C miniterm install 1.21 1.22 clean: