inet/resolv: Try search domains first for unqualified names
[uclibc-ng.git] / extra / config / README.uClibc
blob0dcba9c7c7b85a819e19f35a8d41f6d1f0301652
1 This is a copy of the kconfig code in the kernel tweaked to suit uClibc.
3 To update:
4         cp -r /usr/src/linux/scripts/kconfig extra/config.new
5         cd extra/config.new
6         cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
7         mv Makefile Makefile.kconfig
8         tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
9         cp ../config/README.uClibc .
10         cp ../config/Makefile .
11         cd ..
12         rm -rf config
13         mv config.new config
15 Then verify the toplevel targets work:
16         config
17         defconfig
18         menuconfig
19         oldconfig