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