make[1]: Entering directory `/usr/src/linux-2.4.5/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
drivers/net/Config.in: 149: can't handle dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.5/scripts'
make: *** [xconfig] Error 2
XXXXXXXXXX make xconfig failed. Please fix the problem and restart.
Line 149 is
dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
, which I think would normally have a dependancy after the symbol.
The relevant part of the patch appears to be:
- bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
+ dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
Cheers,
- Bill
---------------------------------------------------------------------------
"Man who say it cannot be done should not interrupt man doing
it."
-- Old Chinese Proverb
--------------------------------------------------------------------------
William Stearns (wstearns@pobox.com). Mason, Buildkernel, named2hosts,
and ipfwadm2ipchains are at: http://www.pobox.com/~wstearns
LinuxMonth; articles for Linux Enthusiasts! http://www.linuxmonth.com
--------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/