Linux-Hams archive - December 1997: Re: Anyone else use xconfig?

Re: Anyone else use xconfig?


Mon, 8 Dec 1997 07:07:36 +1100 (EST)


Mitchell B. Hamm wrote:
> I just put in a fresh 2.0.32 kernel source and patched it with
> ax25-2.0.31-2.1.47-2.diff from /usr/src:
>
> patch -p0 < ax25-2.0.31-2.1.47-2.diff
>
> I dropped to /usr/src/linux and did a make mrproper followed by a make xconfig.
> This is the error I got:
>
> ./tkparse < ../arch/i386/config.in > kconfig.tmp
> Bad if clause at line 38(drivers/net/Config.in):[ -f
> drivers/net/soundmodem/sm_afsk2666.c ]; then
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.0.32/scripts'
> make: *** [xconfig] Error 2

I consistently get that, from what I can see someone is trying to run shell
scripts in a makefile; possible but you need some extra stuff around it.

if [ -f something ]
then
#something
fi

I didn't need soundmodem support so I just deleted the lot (from the if to the fi).

- Craig VK2XLZ