|
@@ -168,11 +168,11 @@ define Build/CoreTargets
|
|
|
|
|
|
|
|
$(call Build/Exports,$(STAMP_CONFIGURED))
|
|
$(call Build/Exports,$(STAMP_CONFIGURED))
|
|
|
$(STAMP_CONFIGURED): $(STAMP_PREPARED) $(STAMP_CONFIGURED_DEPENDS)
|
|
$(STAMP_CONFIGURED): $(STAMP_PREPARED) $(STAMP_CONFIGURED_DEPENDS)
|
|
|
|
|
+ rm -f $(STAMP_CONFIGURED_WILDCARD)
|
|
|
$(CleanStaging)
|
|
$(CleanStaging)
|
|
|
$(foreach hook,$(Hooks/Configure/Pre),$(call $(hook))$(sep))
|
|
$(foreach hook,$(Hooks/Configure/Pre),$(call $(hook))$(sep))
|
|
|
$(Build/Configure)
|
|
$(Build/Configure)
|
|
|
$(foreach hook,$(Hooks/Configure/Post),$(call $(hook))$(sep))
|
|
$(foreach hook,$(Hooks/Configure/Post),$(call $(hook))$(sep))
|
|
|
- rm -f $(STAMP_CONFIGURED_WILDCARD)
|
|
|
|
|
touch $$@
|
|
touch $$@
|
|
|
|
|
|
|
|
$(call Build/Exports,$(STAMP_BUILT))
|
|
$(call Build/Exports,$(STAMP_BUILT))
|