* [Buildroot] [PATCH] Config.in: fix warning
@ 2010-05-13 22:20 H Hartley Sweeten
2010-05-17 7:35 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2010-05-13 22:20 UTC (permalink / raw)
To: buildroot
The latest change to BR2_VERSION left the trailing " off the
default value. This produces the following warning:
$ make menuconfig
Config.in:11:warning: multi-line strings not supported
Add the " to fix the warning.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/Config.in b/Config.in
index c0151bd..6639399 100644
--- a/Config.in
+++ b/Config.in
@@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG
config BR2_VERSION
string
- default "2010.05-rc2
+ default "2010.05-rc2"
source "target/Config.in.arch"
source "target/device/Config.in"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-17 7:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-13 22:20 [Buildroot] [PATCH] Config.in: fix warning H Hartley Sweeten
2010-05-17 7:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox