From 0078c3460afd3fa305b460fee66afa285421c493 Mon Sep 17 00:00:00 2001 From: Miguel Flores Silverio Date: Mon, 18 Jul 2016 11:56:26 -0700 Subject: Removes unused-kernel-patches in Makefile The application of kernel patches has changed so this entry no longer works. Remove it. [labbott: More descriptive commit text] Signed-off-by: Miguel Flores Silverio --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 535403510..f20475f10 100644 --- a/Makefile +++ b/Makefile @@ -111,9 +111,6 @@ release: config-release include Makefile.release -unused-kernel-patches: - @for f in *.patch; do if [ -e $$f ]; then (egrep -q "^Patch[[:digit:]]+:[[:space:]]+$$f" $(SPECFILE) || echo "Unused: $$f") && egrep -q "^ApplyPatch[[:space:]]+$$f|^ApplyOptionalPatch[[:space:]]+$$f" $(SPECFILE) || echo "Unapplied: $$f"; fi; done - ifeq ($(MAKECMDGOALS),me a sandwich) .PHONY: me a sandwich me a: -- cgit