projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68ffb9a
)
kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the...
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Dec 2006 19:46:38 +0000
(19:46 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 30 Dec 2006 19:46:38 +0000
(19:46 -0000)
scripts/kconfig/confdata.c
patch
|
blob
|
history
diff --git
a/scripts/kconfig/confdata.c
b/scripts/kconfig/confdata.c
index b4c862a83518def08b155f25b8f358eaba2b3ed0..2930446544882b87092a4672e22a2fb6c9c9081c 100644
(file)
--- a/
scripts/kconfig/confdata.c
+++ b/
scripts/kconfig/confdata.c
@@
-412,7
+412,7
@@
int conf_write(const char *name)
" * Linux kernel version: %s\n"
" */\n"
"%s"
- "
#define AUTOCONF_INCLUDED
\n",
+ "\n",
sym_get_string_value(sym),
buf);
}