bug-list.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Bug List
  2. 21 January 1999
  3. Michael Elizabeth Chastain, <mailto:mec@shout.net>
  4. - If a variable has a value of "m" in the previous .config file,
  5.   and a type of bool in the Config script, then all the interpreters
  6.   get confused.  This happens frequently when someone changes a
  7.   tristate option to a bool option and people in the field have
  8.   .config files with a value of 'm'.  For example: CONFIG_PSMOUSE.
  9. - CONFIG_MODVERSIONS has incorrect dependencies.  If you have a
  10.   problem building the kernel, and you have CONFIG_MODVERSIONS turned
  11.   on, do a 'make dep' followed by 'make clean' before you try anything
  12.   else.
  13. - 'make dep' uses multistage dependencies, so the .hdepend file contains
  14.   'touch' commands.  As a result, building a kernel often touches files
  15.   in include/linux/*.h.  This messes up CVS and other systems which like
  16.   to rely on file dates.
  17. - 'make dep' fails for C files which include other C files, such as
  18.   drivers/cdrom/sbpcd2.c.