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/kconfig-to-uclibc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/config/kconfig-to-uclibc.patch') 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(); -- cgit v1.2.3