X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=8a8d6dec21a2278dcd51b1a784092100c1c14072;hb=e01479aca01f8036fa4934ccfe8fb97f0d04165d;hp=c0d62148e881a79af31044df8caddfc1cdb834bc;hpb=dbeb0fad24ac37bc07e21e1cac4d372493f4fb28;p=openwrt%2Fopenwrt.git diff --git a/include/host-build.mk b/include/host-build.mk index c0d62148e8..8a8d6dec21 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -27,6 +27,7 @@ ifneq ($(strip $(PKG_UNPACK)),) define Build/Prepare/Default $(PKG_UNPACK) $(Build/Patch) + $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) endef endif @@ -86,6 +87,7 @@ define Download/default endef define HostBuild + $(if $(QUILT),$(Build/Quilt)) $(if $(strip $(PKG_SOURCE_URL)),$(call Download,default)) $(if $(DUMP),,$(call HostBuild/Autoclean))