gcc50/csu: Skip depends step to avoid possible race
authorJohn Marino <draco@marino.st>
Wed, 11 Feb 2015 19:40:37 +0000 (20:40 +0100)
committerJohn Marino <draco@marino.st>
Wed, 11 Feb 2015 19:40:37 +0000 (20:40 +0100)
commitcfc7cf22ac839dbf5f3cf0f17e13c3daa4a7c970
treeeeff00e508d2d19b7fb868f629a6d73eb38853ab
parentfbb95373b7ead9e9a4e4d5f05b0f74860bd7cae5
gcc50/csu: Skip depends step to avoid possible race

I've witnessed buildworld break once on muscles at gcc50/csu, on the
depends step.  I can reproduce the error manually by doing:

  > cd gnu/lib/gcc50/csu
  > wmake clean cleandepend
  > wmake depend

It fails to locate insn-constants.h which should be avaiable due to
and include flag.  The depends is just checking if all the headers are
in place.  Skipping the depends step may prevent this breakage.  I have
successfully built world with this patch so it doesn't do harm.
gnu/lib/gcc50/csu/Makefile