in reply to Contributions to Linux via PerlMonks
nooky:/usr/src/linux-2.2.16# make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/linux-2.2.16/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 t +kgen.c gcc -o tkparse tkparse.o tkcond.o tkgen.o cat header.tk >> ./kconfig.tk ./tkparse < ../arch/i386/config.in >> kconfig.tk echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk echo "set ARCH \"i386\"" >> kconfig.tk cat tail.tk >> kconfig.tk chmod 755 kconfig.tk make[1]: Leaving directory `/usr/src/linux-2.2.16/scripts' wish -f scripts/kconfig.tk
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (2): Contributions to Linux via PerlMonks
by tilly (Archbishop) on Aug 09, 2000 at 02:02 UTC | |
by BlueLines (Hermit) on Aug 09, 2000 at 02:13 UTC | |
by Macphisto (Hermit) on Aug 09, 2000 at 15:57 UTC |