allow concurrent use of host-build.mk and package.mk as well as their templates

SVN-Revision: 14621
This commit is contained in:
Felix Fietkau
2009-02-22 18:10:05 +00:00
parent bc6fcb0067
commit aa0778f77e
3 changed files with 26 additions and 17 deletions

View File

@@ -69,7 +69,7 @@ define Build/DefaultTargets
$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))
$(call Build/Autoclean)
$(STAMP_PREPARED):
$(STAMP_PREPARED): $(HOST_STAMP_INSTALLED)
@-rm -rf $(PKG_BUILD_DIR)
@mkdir -p $(PKG_BUILD_DIR)
$(foreach hook,$(Hooks/Prepare/Pre),$(call $(hook))$(sep))