build - Add build-all and install-all targets
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2019 18:48:17 +0000 (10:48 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 14 Nov 2019 18:55:49 +0000 (10:55 -0800)
commitd0bcca460ed3788053445e7e24bcb11523ba1184
treef1effa3bcbbff547e53b1a73dd4adb3e45f46fea
parent78f4286099cc552423ee3f6f835fbff40a664545
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.
Makefile
Makefile.inc1