projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96a0d0
)
kconfig/zconf.l: do not ask to generate backup
author
Arnaud Lacombe
<lacombar@gmail.com>
Tue, 7 Jun 2011 17:34:05 +0000
(13:34 -0400)
committer
Arnaud 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
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/zconf.l
b/scripts/kconfig/zconf.l
index 98aad534a6820662217b648f9fa437126ab0060f..ddee5fc51811d93aeee760adf9c9b31e68c967c0 100644
(file)
--- 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
%{