1. 30 Jan, 2005 1 commit
    • Sam Ravnborg's avatar
      kbuild: default value for INSTALL_PATH set to /boot · 0ef5dd90
      Sam Ravnborg authored
      Most architectures uses /boot for there kernel image, so let this be reflected
      by the kernel.
      If INSTALL_PATH shell variable is set then this will have effect.
      If INSTALL_PATH is set one the commanline to make like this:
      make INSTALL_PATH=/nfs/boot install
      then this will override both kbuild and shell variable.
      
      If an arch prefer another default this must be set in the arch Makefile
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      0ef5dd90
  2. 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
  3. 28 Jan, 2005 1 commit
  4. 27 Jan, 2005 2 commits
  5. 28 Jan, 2005 1 commit
  6. 27 Jan, 2005 16 commits
  7. 26 Jan, 2005 4 commits
  8. 25 Jan, 2005 12 commits