projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd9972
)
Set the Makefile shell to bash via the Makefile SHELL variable
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Jan 2008 16:35:51 +0000
(16:35 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Jan 2008 16:35:51 +0000
(16:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1224
9efc2488
-bf62-4759-914b-
345cdb29e865
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
867173e
..
39f8b8d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,3
+1,4
@@
+SHELL=/bin/bash
all:
@echo -e "\n * Run 'make verbose' to see full make output\n"
source install.conf && make -s -C src all