|
@@ -582,26 +582,26 @@ ifneq ($(1),host-skeleton)
|
|
$(2)_DEPENDENCIES += host-skeleton
|
|
$(2)_DEPENDENCIES += host-skeleton
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(filter host-tar host-skeleton host-fakedate,$(1)),)
|
|
|
|
-$(2)_EXTRACT_DEPENDENCIES += $(BR2_TAR_HOST_DEPENDENCY)
|
|
|
|
|
|
+ifeq ($$(filter host-tar host-skeleton host-fakedate,$(1)),)
|
|
|
|
+$(2)_EXTRACT_DEPENDENCIES += $$(BR2_TAR_HOST_DEPENDENCY)
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
|
-$(2)_EXTRACT_DEPENDENCIES += $(BR2_XZCAT_HOST_DEPENDENCY)
|
|
|
|
|
|
+ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
|
+$(2)_EXTRACT_DEPENDENCIES += $$(BR2_XZCAT_HOST_DEPENDENCY)
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
|
-$(2)_EXTRACT_DEPENDENCIES += $(BR2_LZIP_HOST_DEPENDENCY)
|
|
|
|
|
|
+ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate,$(1)),)
|
|
|
|
+$(2)_EXTRACT_DEPENDENCIES += $$(BR2_LZIP_HOST_DEPENDENCY)
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_CCACHE),y)
|
|
|
|
-ifeq ($(filter host-tar host-skeleton host-xz host-lzip host-fakedate host-ccache,$(1)),)
|
|
|
|
|
|
+ifeq ($$(BR2_CCACHE),y)
|
|
|
|
+ifeq ($$(filter host-tar host-skeleton host-xz host-lzip host-fakedate host-ccache,$(1)),)
|
|
$(2)_DEPENDENCIES += host-ccache
|
|
$(2)_DEPENDENCIES += host-ccache
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_REPRODUCIBLE),y)
|
|
|
|
-ifeq ($(filter host-skeleton host-fakedate,$(1)),)
|
|
|
|
|
|
+ifeq ($$(BR2_REPRODUCIBLE),y)
|
|
|
|
+ifeq ($$(filter host-skeleton host-fakedate,$(1)),)
|
|
$(2)_DEPENDENCIES += host-fakedate
|
|
$(2)_DEPENDENCIES += host-fakedate
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|