git: bsd.dep.mk: fix race condition with beforedepend
    Simon Schubert 
    corecode at crater.dragonflybsd.org
       
    Sat Sep 12 07:56:47 PDT 2009
    
    
  
commit 97192cdccd68db1900315148bc22464076b0b51b
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Sat Sep 12 10:58:37 2009 +0200
    bsd.dep.mk: fix race condition with beforedepend
    
    The recent depend changes introduced a possible race between running
    mkdep and beforedepend, since the .ORDER was only specified for
    beforedepend and ${DEPENDFILE}, but not for the intermediate
    ${_DEPENDFILES}.
Summary of changes:
 share/mk/bsd.dep.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/97192cdccd68db1900315148bc22464076b0b51b
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list