More 2.2 pre1 weirdness

Brian Anderson (bunicula@mediaone.net)
Tue, 29 Dec 1998 20:12:28 -0500 (EST)


Another issue I'm seeing w/ 2.2 pre1 is make xconfig doesn't work:

root@abaddon # make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
tkparse.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o
tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o
tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
unknown command=unset CONFIG_PCI_BIOS CONFIG_PCI_DIRECT(39)
Bad if clause at line 44:[ -n "$CONFIG_PCI_GOBIOS" -o -n
"$CONFIG_PCI_GOANY" ]; then
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux/scripts'
make: *** [xconfig] Error 2

Brian

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/