Skip to content

Commit

Permalink
Makefile: update help text for savedefconfig
Browse files Browse the repository at this point in the history
Updated text to say that the defconfig is written to the BR2_DEFCONFIG
location.

Signed-off-by: Frank Hunleth <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
fhunleth authored and tpetazzoni committed Feb 14, 2015
1 parent 6496d6c commit 5c1a75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5c1a75c

Please sign in to comment.