* [PATCH] stubdom: do not build tapdisk as it is not supposed to build and we don't need it
@ 2008-07-08 16:13 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-07-08 16:13 UTC (permalink / raw)
To: xen-devel
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>
diff -r 4024164e7572 stubdom/Makefile
--- a/stubdom/Makefile Tue Jul 08 16:11:49 2008 +0100
+++ b/stubdom/Makefile Tue Jul 08 17:12:38 2008 +0100
@@ -190,7 +190,7 @@
[ -f ioemu/config-host.mak ] || \
( cd ioemu ; \
XEN_TARGET_ARCH=$(XEN_TARGET_ARCH) CFLAGS="$(TARGET_CFLAGS)" sh configure --prefix=/usr --enable-stubdom $(IOEMU_OPTIONS))
- CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu LWIPDIR=$(CURDIR)/lwip-cvs
+ CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu LWIPDIR=$(CURDIR)/lwip-cvs TOOLS=
######
# caml
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-08 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 16:13 [PATCH] stubdom: do not build tapdisk as it is not supposed to build and we don't need it Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.