DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: buildworld: properly sequence quickworld


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 18 Aug 2009 14:40:03 -0700 (PDT)

commit 9ce308173ae9f45c17f8f4f1dd33047501f8b8f7
Author: Simon Schubert <corecode@dragonflybsd.org>
Date:   Tue Aug 18 23:31:46 2009 +0200

    buildworld: properly sequence quickworld
    
    We must not run any of build stage in parallel.  The existing .ORDER
    only works for the sequence of a full buildworld.  It seems that make is
    not ordering any pair in an .ORDER target, but only pairs as written.
    Quickworld does not run the intermediate stages between _obj and
    _includes, thus allowing make to parallelize these two.
    
    The proper fix might be in make, if we want to change the semantics of
    the .ORDER target, but fixing it here doesn't hurt in any case.

Summary of changes:
 Makefile.inc1 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9ce308173ae9f45c17f8f4f1dd33047501f8b8f7


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]