ia64/xen-unstable
changeset 912:bf3796476cf7
bitkeeper revision 1.578 (3fae3756SF5aAJmGkJg6zgxL7vvXCw)
Makefile:
No longer build xen_log by default.
Makefile:
No longer build xen_log by default.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Sun Nov 09 12:47:18 2003 +0000 (2003-11-09) |
parents | ab95f7d2c9d4 |
children | de4c92f6eff8 |
files | tools/misc/Makefile |
line diff
1.1 --- a/tools/misc/Makefile Sun Nov 09 12:32:29 2003 +0000 1.2 +++ b/tools/misc/Makefile Sun Nov 09 12:47:18 2003 +0000 1.3 @@ -7,7 +7,7 @@ HDRS = $(wildcard *.h) 1.4 SRCS = $(wildcard *.c) 1.5 OBJS = $(patsubst %.c,%.o,$(SRCS)) 1.6 1.7 -TARGETS = xen_read_console xen_log xen_cpuperf xen_refresh_dev 1.8 +TARGETS = xen_read_console xen_cpuperf xen_refresh_dev 1.9 1.10 INSTALL = $(TARGETS) xen-mkdevnodes xen_nat_enable xen-clone 1.11