Skip to content

Commit

Permalink
kconfig/zconf.l: do not ask to generate backup
Browse files Browse the repository at this point in the history
This avoids the creation of a top-level `lex.backup' when the lexer gets
re-generated.

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
  • Loading branch information
Arnaud Lacombe committed Jun 9, 2011
1 parent b96a0d0 commit 674eed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kconfig/zconf.l
Original file line number Diff line number Diff line change
@@ -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
%{
Expand Down

0 comments on commit 674eed8

Please sign in to comment.