Makefile: help: BR2_DEFCONFIG for defconfig must be on command line
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 22 Jul 2018 21:34:45 +0000 (23:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Jul 2018 21:21:14 +0000 (23:21 +0200)
commit27aa7ae6182b2c6f8246c46b827a48fc80ffdd62
treef4d260d713dfa1a543e1a678059b5e06b27df785
parentf906302354e133b81ae8067b775061107e93636a
Makefile: help: BR2_DEFCONFIG for defconfig must be on command line

The help text says that BR2_DEFCONFIG will be used as input, but a
BR2_DEFCONFIG specified in the existing .config file will *not* be
used. So say explicitly that it must be specified on the command line.
Note that both "BR2_DEFCONFIG=... make defconfig" and
"make defconfig BR2_DEFCONFIG=..." will work.

While we're at it, add a semicolon to separate the two statements.

Note that this overflows the help text beyond 80 characters, but that
is already the case in many other lines.

Reported-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Makefile