Project

General

Profile

Submit #3229 ยป 0001-Add-mentions-about-build-all-and-install-all-targets.patch

daftaupe, 03/31/2020 12:59 PM

View differences:

Makefile
# the installworld.
# upgrade - Upgrade the files in /etc and also setup the rest
# of the system for DragonFly. ex. two compilers.
# build-all - Runs buildworld and buildkernel both with -j hw.ncpu
# install-all - Runs installkernel, installworld and upgrade all with
# -j 1
# initrd - Install the statically linked rescue tools and the
# initrd image built by "buildworld".
# backupworld - Copy /bin /sbin /usr/bin /usr/sbin /usr/lib
share/man/man7/build.7
.It Cm kernel
.Cm buildkernel +
.Cm installkernel .
.It Cm build-all
.Cm buildworld +
.Cm buildkernel
.Pp
The option -j hw.ncpu is added automatically in order to fit the system.
.It Cm install-all
.Cm installkernel +
.Cm installworld +
.Cm upgrade
.It Cm preupgrade
Perform certain upgrades that have to be done before
.Cm installworld ,
    (1-1/1)