]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
kconfig/zconf.l: do not ask to generate backup
authorArnaud Lacombe <lacombar@gmail.com>
Tue, 7 Jun 2011 17:34:05 +0000 (13:34 -0400)
committerArnaud Lacombe <lacombar@gmail.com>
Thu, 9 Jun 2011 18:04:44 +0000 (14:04 -0400)
This avoids the creation of a top-level `lex.backup' when the lexer gets
re-generated.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/zconf.l

index 98aad534a6820662217b648f9fa437126ab0060f..ddee5fc51811d93aeee760adf9c9b31e68c967c0 100644 (file)
@@ -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
 %{