1. 09 12月, 2007 1 次提交
  2. 13 10月, 2007 1 次提交
    • M
      kbuild: call make once for all targets when O=.. is used · 0b35786d
      Milton Miller 提交于
      Change the invocations of make in the output directory Makefile and the
      main Makefile for separate object trees to pass all goals to one $(MAKE)
      via a new phony target "sub-make" and the existing target _all.
      
      When compiling with separate object directories, a separate make is called
      in the context of another directory (from the output directory the main
      Makefile is called, the Makefile is then restarted with current directory
      set to the object tree).  Before this patch, when multiple make command
      goals are specified, each target results in a separate make invocation.
      With make -j, these invocations may run in parallel, resulting in multiple
      commands running in the same directory clobbering each others results.
      
      I did not try to address make -j for mixed dot-config and no-dot-config
      targets.  Because the order does matter, a solution was not obvious.
      Perhaps a simple check for MAKEFLAGS having -j and refusing to run would
      be appropriate.
      Signed-off-by: NMilton Miller <miltonm@bga.com>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      0b35786d
  3. 08 5月, 2006 1 次提交
  4. 19 2月, 2006 1 次提交
    • J
      kbuild: fix mkmakefile · 96678281
      Jan Beulich 提交于
      With the current way of generating the Makefile in the output directory
      for builds outside of the source tree, specifying real targets (rather
      than phony ones) doesn't work in an already (partially) built tree, as
      the stub Makefile doesn't have any dependency information available.
      Thus, all targets where files may actually exist must be listed
      explicitly and, due to what I'd call a make misbehavior, directory
      targets must then also be special cased.
      Signed-Off-By: NJan Beulich <jbeulich@novell.com>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      96678281
  5. 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