lkml.org 
[lkml]   [2002]   [May]   [29]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 29 May 2002 16:53:24 -0500 (CDT)
FromKai Germaschewski <>
SubjectRe: 2.5.19 : 'make dep' error
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/

\
 
 \ /
  Last update: 2005-03-22 12:22    [from the cache]
©2003-2008