----- Original Message ----- From: "John Ferlito" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 8:57 PM
> On Fri, Dec 28, 2001 at 07:12:59PM +1100, Jeff Waugh wrote: > > Nonono, > > > > export PATCH_THE_KERNEL=yes > > I think it has to be export PATCH_THE_KERNEL=YES unfortunatley it's case > sensitive. > > Also this will apply all patches that have been installed, you can be > selective if you want. I usually do. > > $ fakeroot make-kpkg --revision=pants.1.0 --added_patches freeswan,mppe configure > this sets everything up and patches everything > > you can then > $ make config|menuconfig|xconfig > at your leisure > and when your happy > $ make-kpkg kernel_image OK ... this is what I have so far ... aylee:/usr/src/kernel-source-2.4.14$ export PATCH_THE_KERNEL=YES aylee:/usr/src/kernel-source-2.4.14$ sudo make-kpkg --revision=loop.1.0 --added_patches xfs configure aylee:/usr/src/kernel-source-2.4.14$ sudo make config <configure, configure> aylee:/usr/src/kernel-source-2.4.14$ sudo make-kpkg kernel_image <compile, compile> make CFLAGS="-D__KERNEL__ -I/usr/src/kernel-source-2.4.14/include -Wall -Wstrict- prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno -common -pipe -mno-fp-regs -ffixed-8 -mcpu=ev4 -Wa,-mev6 " -C kernel make[2]: Entering directory `/usr/src/kernel-source-2.4.14/kernel' make all_targets make[3]: Entering directory `/usr/src/kernel-source-2.4.14/kernel' make[3]: *** No rule to make target `/usr/src/kernel-source-2.4.14/include/linux/modversions.h', needed by `sched.o'. Stop. make[3]: Leaving directory `/usr/src/kernel-source-2.4.14/kernel' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/kernel-source-2.4.14/kernel' make[1]: *** [_dir_kernel] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.4.14' make: *** [stamp-build] Error 2 Help? Rob -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
