projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62f4b3
)
build: set QUILT=1 automatically when calling package host build refresh
author
Felix Fietkau
<nbd@nbd.name>
Wed, 3 May 2017 21:33:10 +0000
(23:33 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 25 May 2017 17:01:07 +0000
(19:01 +0200)
Makes behavor consistent with package builds and regular host builds
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index 88f84f8cff466f69a0af70cd64744d84f34a6440..2115e26adc7685ed17399dee352d17ab81c40d32 100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-15,7
+15,7
@@
FILES_DIR?=./files
HOST_PATCH_DIR?=$(PATCH_DIR)
HOST_FILES_DIR?=$(FILES_DIR)
-if
eq ($(MAKECMDGOALS),refresh
)
+if
neq ($(filter host-refresh refresh,$(MAKECMDGOALS)),
)
override QUILT=1
override HOST_QUILT=1
endif