Makefile: update help text for savedefconfig
authorFrank Hunleth <fhunleth@troodon-software.com>
Wed, 11 Feb 2015 13:14:49 +0000 (08:14 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 14 Feb 2015 08:02:51 +0000 (09:02 +0100)
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>
Makefile

index 338c9929d64a479654ba661f27c22700f895f930..f21f924fe6df201984965a5be0b7c10f9fefb626 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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'