diff options
author | Kyle McMartin <kyle@redhat.com> | 2011-10-26 15:01:44 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@redhat.com> | 2011-10-26 15:02:25 -0400 |
commit | 913fa54352f48b1b272a1bc84901d01c3f17a167 (patch) | |
tree | 0eec7047e3988e9eb006ebe301a4fad88fa304ef /Makefile | |
parent | 76f169673caa73b98a1f5c10a6065885d36d5dce (diff) | |
download | kernel-913fa54352f48b1b272a1bc84901d01c3f17a167.tar.gz kernel-913fa54352f48b1b272a1bc84901d01c3f17a167.tar.xz kernel-913fa54352f48b1b272a1bc84901d01c3f17a167.zip |
Vanilla targets have been broken for ages, drop them.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -116,17 +116,6 @@ 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 -# -# Hacks for building vanilla (unpatched) kernel rpms. -# Use "make vanilla-TARGET" like "make TARGET" (make vanilla-scratch-build). -# -vanilla-%: $(SPECFILE:.spec=-vanilla.spec) - @$(MAKE) $* SPECFILE=$< - -$(SPECFILE:.spec=-vanilla.spec): $(SPECFILE) - @rm -f $@ - (echo %define nopatches 1; cat $<) > $@ - ifeq ($(MAKECMDGOALS),me a sandwich) .PHONY: me a sandwich me a: |