1. 27 Oct, 2004 2 commits
    • Tom Rini's avatar
      kbuild: warning fixes on Solaris 9 · 50dc57c4
      Tom Rini authored
      The following set of patches is based loosely on the patches that
      Jean-Christophe Dubois came up with for 2.6.7.  Where as the original
      patches added a number of casts to unsigned char, I went the route of
      making the chars be explicitly signed.  I honestly don't know which
      route is better to go down.  Doing this is the bulk of the patch.  Out
      of the rest of the odds 'n ends is that on Solaris, Elf32_Word is a
      ulong, which means all of the printf's are unhappy (uint format, ulong
      arg) for most of the typedefs.
      Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      50dc57c4
    • Sam Ravnborg's avatar
      kbuild/usr: initramfs list fixed and simplified · 298039e7
      Sam Ravnborg authored
      Moving logic to scripts/gen_initramfs_list.sh make a nice cleanup in
      usr/Makefile.
      A new initramfs image will be generated if the initramfs_list file changes.
      This patch also fixes the bug with make O=..
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      298039e7
  2. 26 Oct, 2004 8 commits
  3. 25 Oct, 2004 30 commits