cvs commit: src Makefile

Simon Schubert corecode at crater.dragonflybsd.org
Wed Apr 30 16:06:30 PDT 2008


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





More information about the Commits mailing list