diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
| commit | 9e05689406c83ae3020ca32a6ec6387466209138 (patch) | |
| tree | 20a95a65df7e46b584c666ec74850df6d62b3045 /kconfig-frontends/utils/tweak.in.patch | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'kconfig-frontends/utils/tweak.in.patch')
| -rw-r--r-- | kconfig-frontends/utils/tweak.in.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kconfig-frontends/utils/tweak.in.patch b/kconfig-frontends/utils/tweak.in.patch new file mode 100644 index 0000000..db36514 --- /dev/null +++ b/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 |
