diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2015-02-11 08:14:49 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 09:02:51 +0100 |
commit | 5c1a75c08f419be9c241d0fd1ccd11ed3b382001 (patch) | |
tree | 0c3326315beb2d81e58692626ecf4cfe553bccb8 | |
parent | 6496d6ccecd6b105fb4418dcb09fdc55e0a42d84 (diff) | |
download | buildroot-5c1a75c08f419be9c241d0fd1ccd11ed3b382001.tar.gz buildroot-5c1a75c08f419be9c241d0fd1ccd11ed3b382001.zip |
Makefile: update help text for savedefconfig
Updated text to say that the defconfig is written to the BR2_DEFCONFIG
location.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -865,7 +865,7 @@ help: @echo ' randconfig - New config with random answer to all options' @echo ' defconfig - New config with default answer to all options' @echo ' BR2_DEFCONFIG, if set, is used as input' - @echo ' savedefconfig - Save current config as ./defconfig (minimal config)' + @echo ' savedefconfig - Save current config to BR2_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' |