瀏覽代碼

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>
Arnaud Lacombe 14 年之前
父節點
當前提交
674eed8a6a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/kconfig/zconf.l

+ 2 - 2
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
 %{