klausz65
2021-12-21 e1ec341e1d5b4c8c65fb1672a49812ccba2d2c4f
make-rules/prep-patch.mk
@@ -39,7 +39,7 @@
# PATCH_DIR can be overridden to move patches to a different location
# PATCH_PATTERN can be overridden to adjust the patch naming scheme that the
#     build recognizes.
# EXTRA_PATCHES{version} can be defined in the component Makefile to include
# ADDITIONAL_PATCHES can be defined in the component Makefile to include
#     additional patches.
#
@@ -67,6 +67,10 @@
PATCHES$(1) = $(filter %.patch$(1),$(PATCHES))
endif
ifneq ($(strip $(ADDITIONAL_PATCHES$(1))),)
PATCHES$(1) += $(ADDITIONAL_PATCHES$(1))
endif
ifneq ($$(PATCHES$(1)),)
PATCH_STAMPS$(1) += $$(PATCHES$(1):$(PATCH_DIR)/%=$$(SOURCE_DIR$(1))/.patched-%)
ifeq   ($(strip $(PARFAIT_BUILD)),yes)