[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 4 of 7] tools: call xen-setup with shell
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1317738018 -7200 # Node ID 6fa23fea467024cf546b0c7d330c43136775825c # Parent 738452bd9f33343e46a8e05a3f999935ca5e4c2e tools: call xen-setup with shell Removes the need for executable permissions in SCM. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> diff -r 738452bd9f33 -r 6fa23fea4670 stubdom/Makefile --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -296,7 +296,7 @@ ioemu: cross-zlib cross-libpci libxc TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \ TARGET_CFLAGS="$(TARGET_CFLAGS)" \ TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \ - $(QEMU_ROOT)/xen-setup-stubdom ) + $(SHELL) $(QEMU_ROOT)/xen-setup-stubdom ) $(CROSS_MAKE) -C ioemu -f $(QEMU_ROOT)/Makefile ###### diff -r 738452bd9f33 -r 6fa23fea4670 tools/Makefile --- a/tools/Makefile +++ b/tools/Makefile @@ -106,7 +106,7 @@ ioemu-dir-find: set -e; \ $(buildmakevars2shellvars); \ cd ioemu-dir; \ - $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS) + $(SHELL) $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS) .PHONY: ioemu-dir-force-update ioemu-dir-force-update: _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |