projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
pci_module_init() is deprecated for a long time - this won't hurt .21 and will be...
[openwrt.git]
/
tools
/
sed
/
Makefile
diff --git
a/tools/sed/Makefile
b/tools/sed/Makefile
index
61c7acb
..
94c59c8
100644
(file)
--- a/
tools/sed/Makefile
+++ b/
tools/sed/Makefile
@@
-18,10
+18,9
@@
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-override SHELL:=$(BASH)
-
define Build/Configure
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
define Build/Configure
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
+ SHELL="$(BASH)" \
./configure \
--prefix=$(STAGING_DIR) \
--prefix=/usr \
./configure \
--prefix=$(STAGING_DIR) \
--prefix=/usr \
@@
-29,7
+28,7
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR)
+ $(MAKE) -C $(PKG_BUILD_DIR)
SHELL="$(BASH)"
endef
define Build/Install
endef
define Build/Install
This page took
0.032569 seconds
and
4
git commands to generate.