1. 18 Oct, 2007 2 commits
    • Sam Ravnborg's avatar
      kbuild: mailing list has moved · 347d12d7
      Sam Ravnborg authored
      The old list at sourceforge had a few issues:
      - it was subscriber-only
      - it were relying on moderation
      
      And I could see several mails did not get to the list lately
      so I decided this was a good time for a new list.
      
      I already requested marc.info to archieve the new list -
      and I dunno where else the old list was archieved but we
      ought to update.
      
      I have no access to the list of subscribers on the old list
      so people will have to subscribe manually.
      
      How to subscribe:
      
      send a mail to: majordomo@vger.kernel.org
      containing following text:
      subscribe linux-kbuild
      
      See also http://vger.kernel.org/vger-lists.htmlSigned-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      347d12d7
    • Sam Ravnborg's avatar
      kbuild: check asm symlink when building a kernel · fc333b2d
      Sam Ravnborg authored
      We often hit the situation where the asm symlink
      in include/ points to the wrong architecture.
      In 9 out of 10 cases thats because we forgot to set
      ARCH but sometimes we just reused the same tree
      for another ARCH. For the merged x86 tree we need
      to create a new symlink but this is not obvious.
      So with the following patch we check if the symlink
      points to the correct architecture and error
      out if this is not the case.
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      fc333b2d
  2. 17 Oct, 2007 38 commits