diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-07 13:34:05 -0400 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2011-06-09 14:04:44 -0400 |
commit | 674eed8a6ac9d10b4ee08f497dbe20d75bfa863d (patch) | |
tree | 97b35210ef6a9e86df1052d13d2ae0e57e197625 /scripts | |
parent | b96a0d0c78c878db6e6b5c02587ba69973e22d41 (diff) | |
download | linux-674eed8a6ac9d10b4ee08f497dbe20d75bfa863d.tar.bz2 |
kconfig/zconf.l: do not ask to generate backup
This avoids the creation of a top-level `lex.backup' when the lexer gets
re-generated.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/zconf.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l index 98aad534a682..ddee5fc51811 100644 --- a/scripts/kconfig/zconf.l +++ b/scripts/kconfig/zconf.l @@ -1,5 +1,5 @@ -%option backup nostdinit noyywrap never-interactive full ecs -%option 8bit backup nodefault perf-report perf-report +%option nostdinit noyywrap never-interactive full ecs +%option 8bit nodefault perf-report perf-report %option noinput %x COMMAND HELP STRING PARAM %{ |