Displaying 1 result from an estimated 1 matches for "xen_no_ioemu".
2006 Sep 04
2
Bug#379721: xen-3.0: FTBFS: bashisms
Patch attached.
Steve
--
--- Makefile-orig 2006-09-04 14:37:18.000000000 +0100
+++ Makefile 2006-09-04 14:37:34.000000000 +0100
@@ -57,7 +57,7 @@
.PHONY: ioemu ioemuinstall ioemuclean
ifndef XEN_NO_IOEMU
ioemu ioemuinstall ioemuclean:
- [ -f ioemu/config-host.h ] || \
+ ( test -f ioemu/config-host.h ) || \
(cd ioemu; ./configure --prefix=usr)
$(MAKE) -C ioemu $(patsubst ioemu%,%,$@)
else