ia64/xen-unstable
changeset 1356:7f08b3170e20
bitkeeper revision 1.893 (40a0e17bG2Buec6p9lQCs05N5de7sA)
Add "debug ?=n" to xen/Rules.mk so people can easily see how to enable a debug build of Xen.
Add "debug ?=n" to xen/Rules.mk so people can easily see how to enable a debug build of Xen.
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue May 11 14:21:47 2004 +0000 (2004-05-11) |
parents | 32618d535cbc |
children | 29e2b28797f0 |
files | xen/Rules.mk |
line diff
1.1 --- a/xen/Rules.mk Tue May 04 23:53:05 2004 +0000 1.2 +++ b/xen/Rules.mk Tue May 11 14:21:47 2004 +0000 1.3 @@ -2,6 +2,7 @@ COMPILE_ARCH := $(shell uname -m | sed - 1.4 TARGET_ARCH ?= $(COMPILE_ARCH) 1.5 1.6 nodev ?= n 1.7 +debug ?= n 1.8 1.9 TARGET := $(BASEDIR)/xen 1.10 HDRS := $(wildcard $(BASEDIR)/include/xen/*.h)