git: build - Add build-all and install-all targets

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 14 10:58:14 PST 2019


commit d0bcca460ed3788053445e7e24bcb11523ba1184
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 14 10:48:17 2019 -0800

    build - Add build-all and install-all targets
    
    * Add a 'smart' build-all and install-all target that spews to a
      log file instead of to the screen and.   Will automatically
      run the build stage -j N, and both targets can be specified on
      one command line.
    
      make build-all install-all
    
      build-all:	runs buildworld and buildkernel -j hw.ncpu
      install-all:	runs installkernel and installworld -j 1
    
    * The usual warnings and cautions still apply when installing a
      new world and kernel.

Summary of changes:
 Makefile      |  3 ++-
 Makefile.inc1 | 30 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d0bcca460ed3788053445e7e24bcb11523ba1184


-- 
DragonFly BSD source repository



More information about the Commits mailing list