aboutsummaryrefslogtreecommitdiffstats
path: root/config/SunOS.mk
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:19:31 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-17 17:19:31 +0100
commit3c498d82301b952da57099bce75a0f3fb3c48567 (patch)
tree34d4cd45cdaf683dd20b45a18fa4db9eb48a78a7 /config/SunOS.mk
parentd61113c5c7c2bceb9bab3dc97c51aa150ee8bf2f (diff)
downloadxen-3c498d82301b952da57099bce75a0f3fb3c48567.tar.gz
xen-3c498d82301b952da57099bce75a0f3fb3c48567.tar.bz2
xen-3c498d82301b952da57099bce75a0f3fb3c48567.zip
[SOLARIS] Some makefile fragments expect a better shell than Solaris's /bin/sh,
so force bash usage. Signed-off-by: John Levon <john.levon@sun.com>
Diffstat (limited to 'config/SunOS.mk')
-rw-r--r--config/SunOS.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/SunOS.mk b/config/SunOS.mk
index c1dd310587..e309138342 100644
--- a/config/SunOS.mk
+++ b/config/SunOS.mk
@@ -12,6 +12,7 @@ OBJCOPY = $(CROSS_COMPILE)gobjcopy
OBJDUMP = $(CROSS_COMPILE)gobjdump
GREP = ggrep
+SHELL = bash
INSTALL = ginstall
INSTALL_DIR = $(INSTALL) -d -m0755