[BACK]Return to BUGS CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / Documentation / x86_64

File: [Development] / linux-2.4-xfs / Documentation / x86_64 / BUGS (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

Some known problems:

-- Compiling the kernel with -j for parallel makes is not completely safe
due to missing dependencies with offset.h. Usually it is safe when it 
already exists, but not always.

Current hack is to rerun make depend manually when you change anything
that would touch offset.h (see arch/x86-64/tools/offset.c on what that is).
Do not use -j with depend.