projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
[openwrt.git]
/
tools
/
quilt
/
Makefile
diff --git
a/tools/quilt/Makefile
b/tools/quilt/Makefile
index
5294534
..
b87d776
100644
(file)
--- a/
tools/quilt/Makefile
+++ b/
tools/quilt/Makefile
@@
-15,20
+15,20
@@
PKG_MD5SUM:=d33d2442bd34387260b1c1db3e623af0
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Configure
- $(call
Build
/Configure/Default)
- [ -f $(
PKG
_BUILD_DIR)/Makefile ]
+define
Host
/Configure
+ $(call
Host
/Configure/Default)
+ [ -f $(
HOST
_BUILD_DIR)/Makefile ]
endef
endef
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR) SHELL="$(BASH)"
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR) SHELL="$(BASH)"
endef
endef
-define
Build
/Install
- $(MAKE) -C $(
PKG
_BUILD_DIR) SHELL="$(BASH)" install
+define
Host
/Install
+ $(MAKE) -C $(
HOST
_BUILD_DIR) SHELL="$(BASH)" install
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/quilt
endef
rm -f $(STAGING_DIR_HOST)/bin/quilt
endef
This page took
0.01965 seconds
and
4
git commands to generate.