X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=8a8d6dec21a2278dcd51b1a784092100c1c14072;hb=a5bdee4d8a3c5e7b30c6e3418265fbf5c966e7dd;hp=c0d62148e881a79af31044df8caddfc1cdb834bc;hpb=d1c6cde9423b049f7013cbadb863c6ff72f76e47;p=openwrt%2Fsvn-archive%2Farchive.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))