debuggers.hg
diff xen/Makefile @ 3658:0ef6e8e6e85d
bitkeeper revision 1.1159.212.71 (4200f0afX_JumfbEHQex6TdFENULMQ)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
into labyrinth.cl.cam.ac.uk:/auto/groups/xeno/users/iap10/xeno-clone/xen-unstable.bk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 15:24:31 2005 +0000 (2005-02-02) |
parents | 30ee9c427a5b f3e117cf73c2 |
children | e922aa58971a |
line diff
1.1 --- a/xen/Makefile Wed Feb 02 09:38:32 2005 +0000 1.2 +++ b/xen/Makefile Wed Feb 02 15:24:31 2005 +0000 1.3 @@ -77,7 +77,7 @@ include/xen/banner.h: tools/figlet/figle 1.4 tools/figlet/figlet -d tools/figlet Xen $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) > $@.new 1.5 @mv -f $@.new $@ 1.6 1.7 -include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s 1.8 +include/asm-$(TARGET_ARCH)/asm-offsets.h: arch/$(TARGET_ARCH)/asm-offsets.s $(HDRS) 1.9 @(set -e; \ 1.10 echo "/*"; \ 1.11 echo " * DO NOT MODIFY."; \