Re: Announce: Kernel Build for 2.5, Release 2.3 is available

Nick Sanders (sandersn@btinternet.com)
Fri, 3 May 2002 10:18:47 +0100


On Friday 03 May 2002 9:51 am, Keith Owens wrote:
> 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

The 1st fix worked fine for me, thanks

-
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/