git: buildworld: properly sequence quickworld

Simon Schubert corecode at crater.dragonflybsd.org
Tue Aug 18 14:41:04 PDT 2009


commit 9ce308173ae9f45c17f8f4f1dd33047501f8b8f7
Author: Simon Schubert <corecode at 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





More information about the Commits mailing list