diff options
author | Miguel Flores Silverio <floresmigu3l@gmail.com> | 2016-07-18 11:56:26 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-07-19 15:46:54 -0700 |
commit | 0078c3460afd3fa305b460fee66afa285421c493 (patch) | |
tree | b3b989168d489cf6993ec5d012ab956ef4e4d30a /Makefile | |
parent | a84c0224bb233a4942301a5075f00dcca596f334 (diff) | |
download | kernel-0078c3460afd3fa305b460fee66afa285421c493.tar.gz kernel-0078c3460afd3fa305b460fee66afa285421c493.tar.xz kernel-0078c3460afd3fa305b460fee66afa285421c493.zip |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |