From: Arnaud Lacombe Date: Tue, 7 Jun 2011 17:34:05 +0000 (-0400) Subject: kconfig/zconf.l: do not ask to generate backup X-Git-Tag: v3.1-rc1~242^2~4^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=674eed8a6ac9d10b4ee08f497dbe20d75bfa863d;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 --- diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l index 98aad53..ddee5fc 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 %{