diff mbox

Makefile: update help text for savedefconfig

Message ID 1423660489-31375-1-git-send-email-fhunleth@troodon-software.com
State Accepted
Headers show

Commit Message

Frank Hunleth Feb. 11, 2015, 1:14 p.m. UTC
Updated text to say that the defconfig is written to the BR2_DEFCONFIG
location.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Feb. 14, 2015, 8:03 a.m. UTC | #1
Dear Frank Hunleth,

On Wed, 11 Feb 2015 08:14:49 -0500, Frank Hunleth wrote:
> Updated text to say that the defconfig is written to the BR2_DEFCONFIG
> location.
> 
> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 338c992..f21f924 100644
--- 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'