debuggers.hg
changeset 18033:6f30a7367fa7
stubdom: do not build tapdisk as it it not supposed to build and we don't need it
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Jul 08 17:15:23 2008 +0100 (2008-07-08) |
parents | a7ec5cc4fd08 |
children | 5cd4fe68b6c2 |
files | stubdom/Makefile |
line diff
1.1 --- a/stubdom/Makefile Tue Jul 08 17:03:53 2008 +0100 1.2 +++ b/stubdom/Makefile Tue Jul 08 17:15:23 2008 +0100 1.3 @@ -179,7 +179,7 @@ ioemu: cross-zlib cross-libpci mk-symlin 1.4 [ -f ioemu/config-host.mak ] || \ 1.5 ( cd ioemu ; \ 1.6 XEN_TARGET_ARCH=$(XEN_TARGET_ARCH) CFLAGS="$(TARGET_CFLAGS)" sh configure --prefix=/usr --enable-stubdom $(IOEMU_OPTIONS)) 1.7 - CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu LWIPDIR=$(CURDIR)/lwip-cvs 1.8 + CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu LWIPDIR=$(CURDIR)/lwip-cvs TOOLS= 1.9 1.10 ###### 1.11 # caml