|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] Explicitly use sh to run ioemu configure
# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID ff6666d67b83b0f781f82271d0a27a615b66a628
# Parent ac3a4fc11e3ea672c28b9abb086a5dc209838e39
Explicitly use sh to run ioemu configure
instead of relying on configure executable permissions to be set.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
---
tools/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r ac3a4fc11e3e -r ff6666d67b83 tools/Makefile
--- a/tools/Makefile Tue May 30 23:45:28 2006 +0100
+++ b/tools/Makefile Tue May 30 23:47:41 2006 +0100
@@ -58,7 +58,7 @@ ifndef XEN_NO_IOEMU
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
[ -f ioemu/config-host.h ] || \
- (cd ioemu; ./configure --prefix=usr)
+ (cd ioemu; sh ./configure --prefix=usr)
$(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
else
ioemu ioemuinstall ioemuclean:
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [xenppc-unstable] Explicitly use sh to run ioemu configure,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|