mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.15 make fails with multiple targets in parallel
@ 2006-01-11  8:39 Keith Owens
  2006-01-11 16:38 ` Sam Ravnborg
  2006-01-15 17:04 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Keith Owens @ 2006-01-11  8:39 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sam Ravnborg

Running make on the kernel tree with multiple targets on the command
line and in parallel mode gets errors.  The prepare targets are run
several times, once for each target on the command line.  Sometimes the
result is sensible, sometimes the prepare commands overwrite each other
with either garbage or missing files.

make -j12 compressed modules vmlinux
  Using /foo/linux as source for kernel
  Using /foo/linux as source for kernel
  Using /foo/linux as source for kernel
  GEN    /foo/obj/Makefile
  CHK     include/linux/version.h
  GEN    /foo/obj/Makefile
  GEN    /foo/obj/Makefile
  CHK     include/linux/version.h
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  UPD     include/linux/version.h
  UPD     include/linux/version.h
mv: cannot stat `include/linux/version.h.tmp': No such file or directory
make[1]: *** [include/linux/version.h] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [vmlinux] Error 2
make: *** Waiting for unfinished jobs....

I know that the command above is equivalent to 'make -j12' but that is
irrelevant, make is supposed to handle multiple targets without
repeating commands.

Is this where we mention http://www.google.com/search?q=cache:HwuX7YF2uBIJ:aegis.sourceforge.net/auug97.pdf&hl=en ?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-15 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-11  8:39 2.6.15 make fails with multiple targets in parallel Keith Owens
2006-01-11 16:38 ` Sam Ravnborg
2006-01-15 17:04 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome