From: Felix Fietkau Date: Wed, 3 May 2017 21:33:10 +0000 (+0200) Subject: build: set QUILT=1 automatically when calling package host build refresh X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=221f32378292efb01306e3335bff458e0d234693;p=openwrt%2Fstaging%2Fjogo.git build: set QUILT=1 automatically when calling package host build refresh Makes behavor consistent with package builds and regular host builds Signed-off-by: Felix Fietkau --- diff --git a/include/quilt.mk b/include/quilt.mk index 88f84f8cff..2115e26adc 100644 --- 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) -ifeq ($(MAKECMDGOALS),refresh) +ifneq ($(filter host-refresh refresh,$(MAKECMDGOALS)),) override QUILT=1 override HOST_QUILT=1 endif