1. 29 Jan, 2005 2 commits
    • Sam Ravnborg's avatar
      kbuild: Introdude KBUILD_NOCMDDEP · c4df7a03
      Sam Ravnborg authored
      When tossing around with different gcc compilers there is no way to tell kbuild
      to ignore the new name of the compiler. The new option KBUILD_NOCMDDEP tell
      kbuild not to check the commandline for changes.
      This should be used with care because the resulting kernel may become inconsistent
      if one part is build with 2.96, and another part build with 3.3.4.
      So use only when you know what you are doing.
      
      Syntax:
      make KBUILD_NOCMDDEP=1
      
      Original request for this feature came from hpa.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      c4df7a03
    • Sam Ravnborg's avatar
      kbuild: Makefile.lib - small cleanup · 28a4d0aa
      Sam Ravnborg authored
      Combine duplicate code in two smaller 'functions'
      
      Signed-off-by: Sam Ravnborg
      28a4d0aa
  2. 28 Jan, 2005 1 commit
  3. 27 Jan, 2005 2 commits
  4. 28 Jan, 2005 1 commit
  5. 27 Jan, 2005 16 commits
  6. 26 Jan, 2005 4 commits
  7. 25 Jan, 2005 14 commits