Skip to content
Snippets Groups Projects
Commit 1219dd20 authored by Simon Rose's avatar Simon Rose
Browse files

Remove check for old patches

parent 1a6fca42
No related branches found
No related tags found
1 merge request!87E3-847: Apply all the patches
.PHONY: patch patchrevert .PHONY: patch patchrevert
.PHONY: check_for_old_patches
check_for_old_patches:
$(if $(wildcard $(TOP)/patch/Site/$(patsubst %+0,%,$(E3_MODULE_VERSION))*.p0.patch),$(warning Warning: old-style patches detected. Please move them to patch/Site/$$E3_MODULE_VERSION/.))
## Apply Patch Files ## Apply Patch Files
patch: check_for_old_patches patch:
$(QUIET) $(call patch_site) $(QUIET) $(call patch_site)
## Revert Patch Files ## Revert Patch Files
patchrevert: check_for_old_patches patchrevert:
$(QUIET) $(call patch_revert_site) $(QUIET) $(call patch_revert_site)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment