diff options
author | Rob Landley <rob@landley.net> | 2007-03-17 02:45:59 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-03-17 02:45:59 +0000 |
commit | 046781273ed3fe210aa6f22807622e955c225a8a (patch) | |
tree | d7cfa994883fd9bc7a564b537412ba118179c575 /extra/config/kconfig-to-uclibc.patch | |
parent | 15c32ee1161e15f6b32f0e41700ebe68b065a601 (diff) |
Have Makefile.in call conf-header.sh instead of having kconfig call it
via system(). Also move it to extra/scripts since it's a uClibc
build script, not part of upstream kconfig. Adjust the "grabbing a new
kconfig snapshot" procedure accordingly.
Diffstat (limited to 'extra/config/kconfig-to-uclibc.patch')
-rw-r--r-- | extra/config/kconfig-to-uclibc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/kconfig-to-uclibc.patch b/extra/config/kconfig-to-uclibc.patch index 78921ec11..f8382882f 100644 --- a/extra/config/kconfig-to-uclibc.patch +++ b/extra/config/kconfig-to-uclibc.patch @@ -172,7 +172,7 @@ time_t now; int i, l; -+ return system("./extra/config/conf-header.sh .config > include/bits/uClibc_config.h"); ++ return 0; + sym_clear_all_valid(); |