lkml.org 
[lkml]   [2004]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.7-mm2
Andrew Morton wrote:
> +kbuild-improve-kernel-build-with-separated-output.patch
>
> kbuild improvements for building in a separate object directory

This breaks existing recommended syntax for external modules, because the
mini Makefile in object directory always provides O= even in cases where
calling code specified its own object directory:

make -C /lib/modules/`uname -r`/build modules M=`pwd` O=/foo

or

export KBUILD_OUTPUT=/foo
make -C /lib/modules/`uname -r`/build modules M=`pwd`

Andrew,
please drop this patch. Dropping this causes less breakage than applying it.

--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
-
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 14:04    [W:0.098 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site