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
87f3312
..
d93e761
100644
(file)
--- a/
tools/sstrip/Makefile
+++ b/
tools/sstrip/Makefile
@@
-5,27
+5,21
@@
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/host-build.mk
-PKG_
BUILD_DIR:=$(TOOL_BUILD_DIR)/
sstrip
+PKG_
NAME:=
sstrip
-OS:=$(shell uname)
-ifeq ($(HOST_OS),Darwin)
- CFLAGS += -I./include
-endif
-CFLAGS += -I $(TOPDIR)/tools/include -include endian.h
+include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(CC) $(
CFLAGS) -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
- mkdir -p $(STAGING_DIR)/bin
- $(CP) $(PKG_BUILD_DIR)/sstrip $(STAGING_DIR)/bin/
+define Host/Install
+ $(CP) $(HOST_BUILD_DIR)/sstrip $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
- rm -f $(STAGING_DIR)/bin/sstrip
+define
Host
/Clean
+ rm -f $(STAGING_DIR
_HOST
)/bin/sstrip
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.02133 seconds
and
4
git commands to generate.