projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
moko: Add 2.6.28 (doesn't boot :( )
[openwrt.git]
/
tools
/
autoconf
/
Makefile
diff --git
a/tools/autoconf/Makefile
b/tools/autoconf/Makefile
index
cf66563
..
30ca2d2
100644
(file)
--- a/
tools/autoconf/Makefile
+++ b/
tools/autoconf/Makefile
@@
-22,16
+22,15
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)
+
export SHELL="$(BASH)";
$(MAKE) -C $(PKG_BUILD_DIR)
endef
define Build/Install
endef
define Build/Install
- $(MAKE) -C $(PKG_BUILD_DIR) install
+
export SHELL="$(BASH)";
$(MAKE) -C $(PKG_BUILD_DIR) install
endef
define Build/Clean
endef
define Build/Clean
- $(MAKE) -C $(PKG_BUILD_DIR) uninstall
- $(MAKE) -C $(PKG_BUILD_DIR) clean
+ export SHELL="$(BASH)"; $(MAKE) -C $(PKG_BUILD_DIR) uninstall
$(call Build/Clean/Default)
endef
$(call Build/Clean/Default)
endef
This page took
0.027572 seconds
and
4
git commands to generate.