summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-10-26 15:03:30 -0400
committerKyle McMartin <kyle@redhat.com>2011-10-26 15:03:30 -0400
commit9845830cdcb048e5597670572b4f637dd50023af (patch)
tree3a85818be58db19cb08fb0dbf61b65fa4f17f5fe /kernel.spec
parent913fa54352f48b1b272a1bc84901d01c3f17a167 (diff)
downloadkernel-9845830cdcb048e5597670572b4f637dd50023af.tar.gz
kernel-9845830cdcb048e5597670572b4f637dd50023af.tar.xz
kernel-9845830cdcb048e5597670572b4f637dd50023af.zip
note Makefile changes in the spec-file
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 3c70f6642..8832d35c0 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2063,6 +2063,8 @@ fi
- Disable CONFIG_CC_OPTIMIZE_FOR_SIZE, upstream consensus is -O2 has
generated better code than -Os for a while
(https://lkml.org/lkml/2009/11/26/57)
+- Drop vanilla-% targets, and other Makefile cruft which has been bit
+ rotting for years.
* Wed Oct 26 2011 Josh Boyer <jwboyer@redhat.com>
- CVE-2011-4077: xfs: potential buffer overflow in xfs_readlink() (rhbz 749166)