1. 25 9月, 2006 3 次提交
    • S
      kbuild: add unifdef · 01f1c879
      Sam Ravnborg 提交于
      This patch contains a raw copy of unifdef.c
      Next patch will modify it and add infrastructure to use it
      Adding unifdef to the kernel is acked by the author.
      
      The reason to add unifdef as part of the kernel source is that it is not
      yet a common utility on most distributions.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      01f1c879
    • S
      kbuild: consistently decide when to rebuild a target · 48f1f058
      Sam Ravnborg 提交于
      Consistently decide when to rebuild a target across all of
      if_changed, if_changed_dep, if_changed_rule.
      PHONY targets are now treated alike (ignored) for all targets
      
      While add it make Kbuild.include almost readable by factoring out a few
      bits to some common variables and reuse this in Makefile.build.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      48f1f058
    • M
      kconfig: support DOS line endings · d3660a8c
      Matthew Wilcox 提交于
      Kconfig doesn't currently handle config files with DOS line endings.
      While these are, of course, an abomination, etc, etc, it can be handy
      to not have to convert them first.  It's also a tiny patch and even adds
      support for lines ending in just \r or even \n\r.
      Signed-off-by: NMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      d3660a8c
  2. 24 9月, 2006 37 次提交