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 <floresmigu3l@gmail.com>
This commit is contained in:
Miguel Flores Silverio 2016-07-18 11:56:26 -07:00 committed by Laura Abbott
parent a84c0224bb
commit 0078c3460a
1 changed files with 0 additions and 3 deletions

View File

@ -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: