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
/
patch-cmdline
/
Makefile
diff --git
a/tools/patch-cmdline/Makefile
b/tools/patch-cmdline/Makefile
index
75ea7b5
..
cc6b9d3
100644
(file)
--- a/
tools/patch-cmdline/Makefile
+++ b/
tools/patch-cmdline/Makefile
@@
-8,27
+8,18
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=patch-cmdline
PKG_NAME:=patch-cmdline
-PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/$(PKG_NAME)
-
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)/$(PKG_NAME) src/$(PKG_NAME).c
+ $(
HOSTCC) $(HOST_CFLAGS) -include endian.h
-o $(PKG_BUILD_DIR)/$(PKG_NAME) src/$(PKG_NAME).c
endef
define Build/Install
endef
define Build/Install
- mkdir -p $(STAGING_DIR)/bin
- $(CP) $(PKG_BUILD_DIR)/patch-cmdline $(STAGING_DIR)/bin/
+ $(CP) $(PKG_BUILD_DIR)/patch-cmdline $(STAGING_DIR_HOST)/bin/
endef
define Build/Clean
endef
define Build/Clean
-
-rm -f $(STAGING_DIR
)/bin/patch-cmdline
+
rm -f $(STAGING_DIR_HOST
)/bin/patch-cmdline
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.025602 seconds
and
4
git commands to generate.