[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121024172243.GA6707@www.outflux.net>
Date: Wed, 24 Oct 2012 10:22:43 -0700
From: Kees Cook <keescook@...omium.org>
To: linux-kernel@...r.kernel.org
Cc: Michael Witten <mfwitten@...il.com>, Jiri Kosina <jkosina@...e.cz>,
Randy Dunlap <rdunlap@...otime.net>,
Steven Rostedt <rostedt@...dmis.org>,
Kees Cook <keescook@...omium.org>
Subject: [PATCH] README: document "make olddefconfig"
While "olddefconfig" was documented in "make help", it was not mentioned
in the README.
Signed-off-by: Kees Cook <keescook@...omium.org>
---
README | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README b/README
index f32710a..a24ec89 100644
--- a/README
+++ b/README
@@ -180,6 +180,10 @@ CONFIGURING the kernel:
with questions already answered.
Additionally updates the dependencies.
+ "make olddefconfig"
+ Like above, but sets new symbols to their default
+ values without prompting.
+
"make defconfig" Create a ./.config file by using the default
symbol values from either arch/$ARCH/defconfig
or arch/$ARCH/configs/${PLATFORM}_defconfig,
--
1.7.9.5
--
Kees Cook
Chrome OS Security
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists