projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move cflags default setting to target makefiles
[openwrt.git]
/
tools
/
sed
/
Makefile
diff --git
a/tools/sed/Makefile
b/tools/sed/Makefile
index
0f2b3db
..
6b3122d
100644
(file)
--- a/
tools/sed/Makefile
+++ b/
tools/sed/Makefile
@@
-17,15
+17,15
@@
export SED:=
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR) SHELL="$(BASH)"
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR) SHELL="$(BASH)"
endef
endef
-define
Build
/Install
- $(INSTALL_BIN) $(
PKG
_BUILD_DIR)/sed/sed $(STAGING_DIR_HOST)/bin/
+define
Host
/Install
+ $(INSTALL_BIN) $(
HOST
_BUILD_DIR)/sed/sed $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/sed
endef
rm -f $(STAGING_DIR_HOST)/bin/sed
endef
This page took
0.02402 seconds
and
4
git commands to generate.