git: buildkernel - Fix -j race
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Oct 27 17:19:26 PDT 2016
    
    
  
commit a265e6dde62c53d028ffe57e3f5afe8cf7b9cf04
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 27 16:19:47 2016 -0700
    buildkernel - Fix -j race
    
    * Fix -j race with forwarded header files.  Multiple threads will try to
      create the same forwarded header file, causing users of the file to
      sometimes see a partially written file.
Summary of changes:
 sys/conf/kern.fwd.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a265e6dde62c53d028ffe57e3f5afe8cf7b9cf04
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list