When I do a "make config" on 1.1.71 (linux-1.1.71.tar.gz from
ftp.funet.fi) and 1.1.72 (patch72.gz from ftp.funet.fi), I get the
following (this is on a clean kernel source, after I cleared out
/usr/src/linux):
Script started on Tue Dec 6 16:51:52 1994
giant:/usr/src/linux-1.1.70# make config
ln -sf arch/i386/boot boot
( cd include ; ln -sf asm-i386 asm)
ln -sf ../arch/i386/entry.S kernel/entry.S
cp arch/i386/config.in config.in
/bin/sh Configure
Configure: CONFIG_BLK_DEV_FD: command not found
Configure: CONFIG_NET: command not found
[a whole bunch more of these ...]
Configure: CONFIG_ISO9660_FS: command not found
Configure: CONFIG_SCSI_CONSTANTS: command not found
*
* General setup
*
Kernel math emulation (CONFIG_MATH_EMULATION) [n] n
Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
[and so on ...]
This happens whether I patch .70 to .71 (or .72), or install .71 from
scratch (and patch it to .72). It looks like some major Configure
modifications were made in .71, but I'm not sure which to change to
fix this problem. I'm running bash 1.14.0(1), and the new Configure
says it won't work without bash.
What's up, and how do I fix this?
By the way, do I see Sparc support in .72? What is the status on this
(is this run-able)?
Pete Kruckenberg