projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb27b5
)
Set $(SHELL) for all configs
author
Dan Nicholson
<dbn.lists@gmail.com>
Tue, 8 Jul 2008 14:44:58 +0000
(07:44 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Sat, 12 Jul 2008 17:25:40 +0000
(10:25 -0700)
Most make implementations will use /bin/sh as the interpreter for
commands and only use a different shell when the $(SHELL) make variable
is set. This makes the setting explicit and allows $(SHELL) to be used
in the commands themselves.
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index d5b40c5cd0c6ed34769c6b7fbb4888d49fda358c..5193c1442d91ebe3b93c736dd38964ada1a4483e 100644
(file)
--- a/
configs/default
+++ b/
configs/default
@@
-25,6
+25,7
@@
LDFLAGS =
GLU_CFLAGS =
# Misc tools and flags
+SHELL = /bin/sh
MKLIB_OPTIONS =
MKDEP = makedepend
MKDEP_OPTIONS = -fdepend