1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-18 21:46:20 +02:00

build system: add support for download-time make hooks

SVN-Revision: 28322
This commit is contained in:
Felix Fietkau 2011-09-30 11:12:13 +00:00
parent f3be1b4890
commit 1b8dd6ed1c

View File

@ -100,6 +100,11 @@ define Build/DefaultTargets
$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))
$(call Build/Autoclean)
download:
$(foreach hook,$(Hooks/Download),
$(call $(hook))$(sep)
)
$(STAMP_PREPARED) : export PATH=$$(TARGET_PATH_PKG)
$(STAMP_PREPARED):
@-rm -rf $(PKG_BUILD_DIR)