From: Peter Korsgaard Date: Tue, 7 Dec 2010 11:16:44 +0000 (+0100) Subject: Makefile: document savedefconfig in 'make help', like it's done in Linux X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7051da8c618dbb2177e4d06ea0c8fe0ec46d13f;p=buildroot.git Makefile: document savedefconfig in 'make help', like it's done in Linux Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 96db29108a..8f0db1f4fb 100644 --- a/Makefile +++ b/Makefile @@ -618,6 +618,7 @@ help: @echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' randconfig - New config with random answer to all options' @echo ' defconfig - New config with default answer to all options' + @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' @echo ' allyesconfig - New config where all options are accepted with yes' @echo ' allnoconfig - New config where all options are answered with no' @echo ' randpackageconfig - New config with random answer to package options'