Re: Patch available: join-config (fixes menuconfig failures)

Trevor Johnson (trevor@jpj.net)
Sun, 17 May 1998 03:25:44 -0700 (PDT)


> For example, if I run this on stock 2.1.102, I get this error
> message from 'make menuconfig':
>
> % make menuconfig
> ...
> scripts/join-config: drivers/sound/lowlevel/Config.in: No such file or directory
> make: *** [scripts/config.all] Error 1
>
> Please test this out and let me know if it works.

stock 2.1.102:

% make oldconfig
[...]
*
* Additional low level sound drivers
*
Additional low level sound drivers (CONFIG_LOWLEVEL_SOUND) [M/n/?]
scripts/Configure: drivers/sound/lowlevel/Config.in: No such file or
directory
make: *** [oldconfig] Error 1

with your patch:

% make oldconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
gcc -O2 -fomit-frame-pointer -o scripts/join-config scripts/join-config.c
scripts/join-config arch/i386/config.in > scripts/config.all
scripts/join-config: drivers/sound/lowlevel/Config.in: No such file or
directory
make: *** [scripts/config.all] Error 1

Menuconfig ended similarly. When I added in the Config.in file, both
worked properly.

% what `which awk`
/usr/bin/awk
yaccpar 1.9 (Berkeley) modified 12/17/94
mawk 1.3.3
___
Trevor Johnson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu