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/README.uClibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/config/README.uClibc') diff --git a/extra/config/README.uClibc b/extra/config/README.uClibc index a20d89963..a616b190b 100644 --- a/extra/config/README.uClibc +++ b/extra/config/README.uClibc @@ -6,7 +6,7 @@ To update: cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt . mv Makefile Makefile.kconfig patch -p1 < ../config/kconfig-to-uclibc.patch - cp ../config/conf-header.sh ../config/README.uClibc . + cp ../config/README.uClibc . cd .. rm -rf config mv config.new config -- cgit v1.2.3