summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2012-03-07 01:10:40 -0500
committerDave Jones <davej@redhat.com>2012-03-07 01:10:40 -0500
commit8247ca06d49598742ec4a0d39b9600e71d410f1e (patch)
tree1ec1092198800de426b191b1ae49df3149d705cd /Makefile.release
parent0b705fdb93756b38899872e354b4b083ab3d8371 (diff)
downloadkernel-8247ca06d49598742ec4a0d39b9600e71d410f1e.tar.gz
kernel-8247ca06d49598742ec4a0d39b9600e71d410f1e.tar.xz
kernel-8247ca06d49598742ec4a0d39b9600e71d410f1e.zip
Disable debugging options.
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.release b/Makefile.release
index 19551521..85fa9897 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -61,8 +61,6 @@ config-release:
@perl -pi -e 's/CONFIG_CEPH_LIB_PRETTYDEBUG=y/# CONFIG_CEPH_LIB_PRETTYDEBUG is not set/' config-nodebug
@perl -pi -e 's/CONFIG_QUOTA_DEBUG=y/# CONFIG_QUOTA_DEBUG is not set/' config-nodebug
@perl -pi -e 's/CONFIG_CPU_NOTIFIER_ERROR_INJECT=m/# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set/' config-nodebug
- #@perl -pi -e 's/CONFIG_KGDB_KDB=y/# CONFIG_KGDB_KDB is not set/' config-nodebug
- #@perl -pi -e 's/CONFIG_KDB_KEYBOARD=y/# CONFIG_KDB_KEYBOARD is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_PER_CPU_MAPS=y/# CONFIG_DEBUG_PER_CPU_MAPS is not set/' config-nodebug
@perl -pi -e 's/CONFIG_TEST_LIST_SORT=y/# CONFIG_TEST_LIST_SORT is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_ATOMIC_SLEEP=y/# CONFIG_DEBUG_ATOMIC_SLEEP is not set/' config-nodebug
@@ -70,12 +68,12 @@ config-release:
@perl -pi -e 's/CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y/# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set/' config-nodebug
@perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug
- # Undo anything that make extremedebug might have set
+ @# Undo anything that make extremedebug might have set
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-debug
@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
- # Change defaults back to sane things.
+ @# Change defaults back to sane things.
@perl -pi -e 's/CONFIG_MAXSMP=y/# CONFIG_MAXSMP is not set/' config-x86-generic
- # Disable UAS for release until it's ready. (#717633, #744099)
+ @# Disable UAS for release until it's ready. (#717633, #744099)
@perl -pi -e 's/CONFIG_USB_UAS=m/# CONFIG_USB_UAS is not set/' config-generic