Remove redundant dollar signs in Config.in files
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>
Mon, 2 Sep 2013 20:07:53 +0000 (22:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 26 Oct 2013 17:58:30 +0000 (19:58 +0200)
commitfbc2494a41bbdcc12b7242d06852892d2824db4d
tree0efa29c11a422835ae844752071f78be03716177
parenta25e4a4c4c01bf55177d2716b6adeb4ce4ac376e
Remove redundant dollar signs in Config.in files

Some Config.in(.host) files have constructs like:

config FOO_VERSION
string
default "1.0" if FOO_1_0
default "2.0" if FOO_2_0
default $FOO_CUSTOM_VERSION if FOO_CUSTOM

The dollar sign here is not needed and confusing, so can be removed.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/barebox/Config.in
boot/uboot/Config.in
fs/jffs2/Config.in
linux/Config.in
package/gcc/Config.in.host
package/linux-headers/Config.in.host
package/uclibc/Config.in
toolchain/toolchain-external/Config.in