1. 09 2月, 2008 1 次提交
  2. 04 2月, 2008 1 次提交
    • S
      scsi: fix dependency bug in aic7 Makefile · 8891fec6
      Sam Ravnborg 提交于
      Building the aic7xxx driver includes the copy
      of an .h file from a _shipped file.
      
      In a highly parallel build Ingo saw that the
      build sometimes failed (included distcc usage).
      It was tracked down to a missing dependency from the .c
      source file to the generated .h file.
      We started to build the .c file before the
      copy (cat) operation of the .h file completed
      and we then only got half of the definitions
      from the copied .h file.
      
      Add an explicit dependency from the .c files to the
      generated .h files so make knows all dependencies and
      finsih the build of the .h files before it starts
      building the .o files.
      
      Ingo tested this fix and reported:
      good news: hundreds of successful kernel builds and no failures
      overnight.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Acked-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      8891fec6
  3. 25 1月, 2008 1 次提交
  4. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4