2.1.80: make xconfig breaks

Jim Bray (jb@elentari.cs.wcu.edu)
Wed, 21 Jan 1998 10:07:48 -0500 (EST)


make {oldconfig, menuconfig} still works fine.

[root@localhost linux]# make xconfig
....
make[1]: Entering directory `/src/linux-2.1.80/scripts'
gcc -O2 -fomit-frame-pointer -g -Wall -c -o tkparse.o tkparse.c
tkparse.c: In function `do_source':
tkparse.c:581: warning: `old_file' might be used uninitialized in this
function
....
tkgen.c: In function `dump_tk_script':
tkgen.c:688: warning: `menulabel' might be used uninitialized in this
function
....
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
Bad if clause at line 112(drivers/char/Config.in):[ "$CONFIG_VIDEO_DEV" !=
n ]; then
make[1]: *** [kconfig.tk] Error 1

--Jim <a href="http://as220.org/jb"> My Page: as220.org/jb </a>