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