summaryrefslogtreecommitdiff
path: root/misc/tools/kconfig-frontends/utils/tweak.in.patch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
commit596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f (patch)
tree0cbb55d45e05343b846b0f145fb10854a359e62b /misc/tools/kconfig-frontends/utils/tweak.in.patch
parent1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74 (diff)
downloadpx4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.gz
px4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.bz2
px4-nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.zip
Update to kconfig-frontends-3.6.0, Expand the tarball so that we can accept patches against it
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/kconfig-frontends/utils/tweak.in.patch')
-rw-r--r--misc/tools/kconfig-frontends/utils/tweak.in.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/tools/kconfig-frontends/utils/tweak.in.patch b/misc/tools/kconfig-frontends/utils/tweak.in.patch
new file mode 100644
index 000000000..db365143f
--- /dev/null
+++ b/misc/tools/kconfig-frontends/utils/tweak.in.patch
@@ -0,0 +1,23 @@
+diff --git a/utils/tweak.in b/utils/tweak.in
+--- a/utils/tweak.in
++++ b/utils/tweak.in
+@@ -1,8 +1,8 @@
+ #!/bin/bash
+ # Manipulate options in a .config file from the command line
+
+-# If no prefix forced, use the default CONFIG_
+-CONFIG_="${CONFIG_-CONFIG_}"
++# If no prefix forced, use the default @CONFIG_@
++CONFIG_="${CONFIG_-@CONFIG_@}"
+
+ usage() {
+ cat >&2 <<EOL
+@@ -39,7 +39,7 @@
+ By default, config will upper-case the given symbol. Use --keep-case to keep
+ the case of all following symbols unchanged.
+
+-config uses 'CONFIG_' as the default symbol prefix. Set the environment
++config uses '@CONFIG_@' as the default symbol prefix. Set the environment
+ variable CONFIG_ to the prefix to use. Eg.: CONFIG_="FOO_" config ...
+ EOL
+ exit 1