kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h
authorJan Beulich <JBeulich@novell.com>
Thu, 9 Mar 2006 13:47:46 +0000 (14:47 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 12 Mar 2006 22:38:20 +0000 (23:38 +0100)
commitdc9a49a4af9cdbe3d79183eefb12372b4dbc09c2
tree23cb86c62a0872ef4c0fae01b0216feb9cbdcd28
parent8cab77a2f851363e35089b9720373b964f64550e
kconfig: fix time ordering of writes to .kconfig.d and include/linux/autoconf.h

Since .kconfig.d is used as a make dependency of include/linux/autoconf.h, it
should be written earlier than the header file, to avoid a subsequent rebuild
to consider the header outdated.

Signed-Off-By: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/confdata.c