BUGS
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. Some known problems:
  2. -- Compiling the kernel with -j for parallel makes is not completely safe
  3. due to missing dependencies with offset.h. Usually it is safe when it 
  4. already exists, but not always.
  5. Current hack is to rerun make depend manually when you change anything
  6. that would touch offset.h (see arch/x86-64/tools/offset.c on what that is).
  7. Do not use -j with depend.