Messages in this thread |  | | From | Keith Owens <> | Subject | Re: Announce: Kernel Build for 2.5, Release 2.3 is available | Date | Fri, 03 May 2002 18:51:30 +1000 |
| |
On Fri, 03 May 2002 18:38:05 +1000, Keith Owens <kaos@ocs.com.au> wrote: >On Thu, 2 May 2002 17:45:19 +0100, >Nick Sanders <sandersn@btinternet.com> wrote: >>I'm having problems installing a kernel built with kbuild-2.5 (Release 2.3), the kernel compiled fine its just the install step. > >Silly error in arch/i386/Makefile.defs.*config. > >cd $KBUILD_SRCTREE_000 >perl -i -ple 's/\(CC\)/(CC_REAL)/g' arch/i386/Makefile.defs.*config
Sigh. Silly error in the fix :(
cd $KBUILD_SRCTREE_000 perl -i -ple 's/\(CC\)/(CC_real)/g;' arch/i386/Makefile.defs.*config
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |