From 046781273ed3fe210aa6f22807622e955c225a8a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 17 Mar 2007 02:45:59 +0000 Subject: 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. --- extra/config/confdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/config/confdata.c') diff --git a/extra/config/confdata.c b/extra/config/confdata.c index 0dbd14152..64af1ac82 100644 --- a/extra/config/confdata.c +++ b/extra/config/confdata.c @@ -649,7 +649,7 @@ int conf_write_autoconf(void) 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(); -- cgit v1.2.3