projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48a6156
)
kconfig: always write out .config
author
Sam Ravnborg
<sam@ravnborg.org>
Mon, 4 Aug 2008 20:18:07 +0000
(22:18 +0200)
committer
Sam Ravnborg
<sam@ravnborg.org>
Mon, 4 Aug 2008 20:18:07 +0000
(22:18 +0200)
Always write out .config also in the case where config
did not change.
This fixes: http://bugzilla.kernel.org/show_bug.cgi?id=11230
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Cc: Adrian Bunk <bunk@kernel.org>
scripts/kconfig/conf.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/conf.c
b/scripts/kconfig/conf.c
index
9fba838
..
36b5eed
100644
(file)
--- a/
scripts/kconfig/conf.c
+++ b/
scripts/kconfig/conf.c
@@
-596,7
+596,7
@@
int main(int ac, char **av)
break;
}
- if (conf_
get_changed() && conf_
write(NULL)) {
+ if (conf_write(NULL)) {
fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
exit(1);
}