<marie> rm -f include/asm <marie> ( cd include ; ln -sf asm-i386 asm) <marie> make -C scripts kconfig.tk <marie> make[1]: Entering directory `/usr/src/linux-2.4.20/scripts' <marie> cat header.tk >> ./kconfig.tk <marie> ./tkparse < ../arch/i386/config.in >> kconfig.tk <marie> echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk <marie> echo "set ARCH \"i386\"" >> kconfig.tk <marie> cat tail.tk >> kconfig.tk <marie> chmod 755 kconfig.tk <marie> make[1]: Leaving directory `/usr/src/linux-2.4.20/scripts' <marie> wish -f scripts/kconfig.tk <marie> make: wish: Command not found <marie> make: *** [xconfig] Error 127 Marked critical, coz it's a QA issue
do we have a USE var for tk? I think so... so I'll do this in the kernel.eclass... :)
fixed in CVS