projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: use kernel 3.0
[openwrt.git]
/
tools
/
patch-cmdline
/
Makefile
diff --git
a/tools/patch-cmdline/Makefile
b/tools/patch-cmdline/Makefile
index
cc6b9d3
..
9a3f971
100644
(file)
--- a/
tools/patch-cmdline/Makefile
+++ b/
tools/patch-cmdline/Makefile
@@
-10,15
+10,15
@@
PKG_NAME:=patch-cmdline
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(HOSTCC) $(HOST_CFLAGS) -include endian.h -o $(
PKG
_BUILD_DIR)/$(PKG_NAME) src/$(PKG_NAME).c
+define
Host
/Compile
+ $(HOSTCC) $(HOST_CFLAGS) -include endian.h -o $(
HOST
_BUILD_DIR)/$(PKG_NAME) src/$(PKG_NAME).c
endef
endef
-define
Build
/Install
- $(CP) $(
PKG
_BUILD_DIR)/patch-cmdline $(STAGING_DIR_HOST)/bin/
+define
Host
/Install
+ $(CP) $(
HOST
_BUILD_DIR)/patch-cmdline $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/patch-cmdline
endef
rm -f $(STAGING_DIR_HOST)/bin/patch-cmdline
endef
This page took
0.024189 seconds
and
4
git commands to generate.