From 1219dd203919cdfe216744293de14ef20217162f Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Mon, 30 May 2022 14:43:18 +0200
Subject: [PATCH] Remove check for old patches

---
 configure/E3/RULES_PATCH | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/configure/E3/RULES_PATCH b/configure/E3/RULES_PATCH
index d2a6d0f6..94220c6b 100644
--- a/configure/E3/RULES_PATCH
+++ b/configure/E3/RULES_PATCH
@@ -1,15 +1,10 @@
 
 .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
-patch: check_for_old_patches
+patch:
 	$(QUIET) $(call patch_site)
 
 ## Revert Patch Files
-patchrevert: check_for_old_patches
+patchrevert:
 	$(QUIET) $(call patch_revert_site)
-- 
GitLab