projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
target: globally disable BSD process accounting
[openwrt.git]
/
tools
/
sstrip
/
Makefile
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index
38362a5
..
d93e761
100644
(file)
--- a/
tools/sstrip/Makefile
+++ b/
tools/sstrip/Makefile
@@
-10,15
+10,15
@@
PKG_NAME:=sstrip
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(CC) $(HOST_CFLAGS) -
include endian.h -o $(PKG
_BUILD_DIR)/sstrip src/sstrip.c
+define
Host
/Compile
+ $(CC) $(HOST_CFLAGS) -
I./include -include endian.h -o $(HOST
_BUILD_DIR)/sstrip src/sstrip.c
endef
endef
-define
Build
/Install
- $(CP) $(
PKG
_BUILD_DIR)/sstrip $(STAGING_DIR_HOST)/bin/
+define
Host
/Install
+ $(CP) $(
HOST
_BUILD_DIR)/sstrip $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/sstrip
endef
rm -f $(STAGING_DIR_HOST)/bin/sstrip
endef
This page took
0.024978 seconds
and
4
git commands to generate.