[git commit] always define CONFIG_SHELL

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Aug 17 17:33:41 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=105ceb0fdcb2bf961ac7c7c076c38ac9f91040c7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index a1547ab..702430a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,8 @@ export top_builddir
 
 # We do not need built-in implicit rules
 MAKEFLAGS += -r
+CONFIG_SHELL ?= /bin/sh
+export CONFIG_SHELL
 
 include $(top_srcdir)Makefile.in
 include $(top_srcdir)Makerules
-- 
1.6.3.3



More information about the uClibc-cvs mailing list