1. 10 Mar, 2005 1 commit
    • Sam Ravnborg's avatar
      video/console: fix spurious rebuild · c6d69cd4
      Sam Ravnborg authored
      kbuild does have troubles with assignmnets including '#'.
      The '#' is seen as a comment marker and this will in the end cause
      kbuild to think the commandline to build promcon_tbl.c has changed.
      This happens because the commandline is stored in the file: .promcon_tbl.c.cmd
      
      Although a bit complex the command to build promcon_tbl.c is unlikely
      to change so the workaround is to skip the check for a changed commandline.
      Now promcon_tbl.c is only rebuilt if the .uni file is newer than the .c file.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      c6d69cd4
  2. 02 Feb, 2005 2 commits
  3. 31 Jan, 2005 9 commits
  4. 30 Jan, 2005 7 commits
  5. 29 Jan, 2005 3 commits
    • Sam Ravnborg's avatar
      kbuild arch/i386: make install no longer check vmlinux · 8dc44346
      Sam Ravnborg authored
      make install is often executed as root or on a different mechine via NFS
      To avoid updating vmlinux due to directory changes or similar the install target
      for i386 no longer has vmlinux as a prerequisite. 
      Now modules_install and install are aligned in this respect.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      8dc44346
    • 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
  6. 28 Jan, 2005 1 commit
  7. 27 Jan, 2005 2 commits
  8. 28 Jan, 2005 1 commit
  9. 27 Jan, 2005 14 commits