projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab2882
)
fix HOST_QUILT override
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Mar 2009 18:32:58 +0000
(18:32 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Mar 2009 18:32:58 +0000
(18:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14996
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
f5b852c
..
1bbe9d6
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-67,7
+67,7
@@
ifneq ($(PKG_BUILD_DIR),)
endif
ifneq ($(HOST_BUILD_DIR),)
- HOST_QUILT?=$(if $(findstring command,$(origin
$(QUILT)
)),$(QUILT),$(if $(wildcard $(HOST_BUILD_DIR)/.quilt_used),y))
+ HOST_QUILT?=$(if $(findstring command,$(origin
QUILT
)),$(QUILT),$(if $(wildcard $(HOST_BUILD_DIR)/.quilt_used),y))
ifneq ($(HOST_QUILT),)
HOST_STAMP_CHECKED:=$(HOST_BUILD_DIR)/.quilt_checked
override CONFIG_AUTOREBUILD=
This page took
0.023951 seconds
and
4
git commands to generate.