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

cvs commit: src Makefile


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Apr 2008 16:05:34 -0700 (PDT)

corecode    2008/04/30 16:05:33 PDT

DragonFly src repository

  Modified files:
    .                    Makefile 
  Log:
  Enforce proper sequencing of world and kernel targets.
  
  .ORDER: does *not* take an arbitrary list of targets of which all pairs
  are supposed to be built in their specified sequence,
  instead it specifies which adjacent pairs need to be built in sequence.
  As a result, given a sequence "buildworld buildkernel quickkernel" and
  the make targets "buildworld" and "quickkernel", make would still
  parallelize the build of these targets.
  
  Additionally, introduce quickworld to the sequencing.
  
  Revision  Changes    Path
  1.24      +12 -3     src/Makefile


http://www.dragonflybsd.org/cvsweb/src/Makefile.diff?r1=1.23&r2=1.24&f=u



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