Re: [kbuild-devel] Announce: Kernel Build for 2.5, Release 1 is available.

Keith Owens (kaos@ocs.com.au)
Wed, 08 Aug 2001 21:50:59 +1000


On Wed, 08 Aug 2001 13:33:38 +0200,
Giacomo Catenazzi <cate@math.ethz.ch> wrote:
>Keith Owens wrote:
>>
>> Supports a common source and object directory. The default mode is
>> the same as kbuild 2.4, to use the same tree for both source and
>> object. Even in this mode, kbuild 2.5 treats almost all the source
>> files as read only, no more time stamp fiddling with .h files. The
>> exceptions are files that are generated at run time and are
>> incorrectly being shipped as part of the kernel tar ball. I will be
>> sending patches to remove these files from the 2.4 tar ball.
>> Obviously you can only compile one kernel at a time in this mode.
>
>Warning:
>If generating some support files requires some non common tools,
>it is the right thing to ship the two files (source and generated).

Absolutely agree. But we have files in the tar ball that are generated
using standard tools.

net/802/pseudo/pseudocode.h is shipped, but it is generated using sed.
net/802/pseudo/actionnm.h is shipped, it is generated using sed,
nothing even uses the file.
net/802/transit/pdutr.h and timertr.h are shipped but they are
generated using awk.
net/802/cl2llc.c is shipped but it is generated using sed.

I will remove all of those from the tar ball.

OTOH, files like defkeymap.c (needs loadkeys) or the 53c8xx, 53c7xx and
sim710 firmware (need Perl) must have shipped versions in the tar ball,
I will not be removing them.

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