Re: 2.5.19 : 'make dep' error

Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Wed, 29 May 2002 16:53:24 -0500 (CDT)


On Wed, 29 May 2002, Arnaud Launay wrote:

> Or use the following:
>
> --- linux-2.5.19-old/scripts/Makefile Wed May 29 20:42:56 2002
> +++ linux/scripts/Makefile Wed May 29 21:46:58 2002
> @@ -8,7 +8,7 @@
> $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
>
> split-include: split-include.c
> - $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
> + $(HOSTCC) $(HOSTCFLAGS) -I $(HPATH) -o $@ $<
>
> # xconfig
> # ---------------------------------------------------------------------------
>
> I find it perfectly idiotic to tell people to use older kernel
> include. Better to tell them to use stable versions if they do
> not know what they do.

Well, are you sure you know what you're doing? This may get you through
the kernel build (though I suspect you have to do the same for mkdep), but
basically not a single user space application will compile on your
bleeding edge box from now on...

--Kai

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