git: gcc50/csu: Skip depends step to avoid possible race

John Marino marino at crater.dragonflybsd.org
Wed Feb 11 11:44:59 PST 2015


commit cfc7cf22ac839dbf5f3cf0f17e13c3daa4a7c970
Author: John Marino <draco at marino.st>
Date:   Wed Feb 11 20:40:37 2015 +0100

    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.

Summary of changes:
 gnu/lib/gcc50/csu/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cfc7cf22ac839dbf5f3cf0f17e13c3daa4a7c970


-- 
DragonFly BSD source repository



More information about the Commits mailing list