|
@@ -427,6 +427,11 @@ $(1)-install-host: $(1)-build $$($(2)_TARGET_INSTALL_HOST)
|
|
|
$(1)-build: $(1)-configure \
|
|
|
$$($(2)_TARGET_BUILD)
|
|
|
|
|
|
+$$($(2)_TARGET_SOURCE) $$($(2)_TARGET_RSYNC): | dirs prepare
|
|
|
+ifeq ($(filter $(1),$(DEPENDENCIES_HOST_PREREQ)),)
|
|
|
+$$($(2)_TARGET_SOURCE) $$($(2)_TARGET_RSYNC): | dependencies
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($$($(2)_OVERRIDE_SRCDIR),)
|
|
|
# In the normal case (no package override), the sequence of steps is
|
|
|
# source, by downloading
|