projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] add missing config symbols
[openwrt.git]
/
tools
/
sstrip
/
Makefile
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index
f978eae
..
8d23e36
100644
(file)
--- a/
tools/sstrip/Makefile
+++ b/
tools/sstrip/Makefile
@@
-7,27
+7,19
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=sstrip
include $(TOPDIR)/rules.mk
PKG_NAME:=sstrip
-PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-OS:=$(shell uname)
-ifeq ($(HOST_OS),Darwin)
- CFLAGS += -I./include
-endif
-CFLAGS += -I $(TOPDIR)/tools/include -include endian.h
-
define Build/Compile
define Build/Compile
- $(CC) $(
CFLAGS)
-o $(PKG_BUILD_DIR)/sstrip src/sstrip.c
+ $(CC) $(
HOST_CFLAGS) -I./include -include endian.h
-o $(PKG_BUILD_DIR)/sstrip src/sstrip.c
endef
define Build/Install
endef
define Build/Install
- mkdir -p $(STAGING_DIR)/bin
- $(CP) $(PKG_BUILD_DIR)/sstrip $(STAGING_DIR)/bin/
+ $(CP) $(PKG_BUILD_DIR)/sstrip $(STAGING_DIR_HOST)/bin/
endef
define Build/Clean
endef
define Build/Clean
- rm -f $(STAGING_DIR)/bin/sstrip
+ rm -f $(STAGING_DIR
_HOST
)/bin/sstrip
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.01914 seconds
and
4
git commands to generate.