Page MenuHomeFreeBSD

D50289.id155464.diff
No OneTemporary

D50289.id155464.diff

diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -264,12 +264,33 @@
and
.Sy TARGET_ARCH
must be defined.
+.It Cm packages
+Create a
+.Xr pkg 7
+repository containing packages that can be used to create or upgrade an
+installation of the base system.
+The output repository is placed in the object directory, under
+.Pa ${REPODIR}/${PKG_ABI}
+where
+.Va PKG_ABI
+is the
+.Xr pkg 7
+ABI for the build target,
+and
+.Ev REPODIR
+is the base directory where the repository will be created, for example,
+.Pa /usr/obj/${SRCDIR}/repo/FreeBSD:15:amd64 .
.It Cm packageworld
Archive the results of
.Cm distributeworld ,
placing the results in
.Va DISTDIR .
-This target is used while building a release; see
+This target is used while building a release and is unrelated to
+building
+.Pa src
+into
+.Cm packages ;
+see
.Xr release 7 .
.It Cm installworld
Install everything built by a preceding
@@ -351,6 +372,17 @@
.Va XDDIR
defaults to
.Pa ${TARGET_ARCH}-freebsd .
+.It Cm update-packages
+Create or update the
+.Xr pkg 7
+repository for the base system, optionally created by the
+.Cm packages
+target.
+If an existing repository exists,
+create a new package release in an existing package repository updating
+only those packages which have changed since the previous package build.
+Unchanged packages will be copied from the previous build and retain the
+existing version number.
.It Cm xdev-build
Builds for the
.Cm xdev
@@ -397,25 +429,17 @@
.Pa ${DISTDIR}/kernel/boot/kernel .
This target is used while building a release; see
.Xr release 7 .
-.It Cm packages
-Create a
-.Xr pkg 7
-repository containing packages that can be used to create or upgrade an
-installation of the base system.
-The output repository is placed in the object directory, under
-.Pa repo/${PKG_ABI}
-where
-.Va PKG_ABI
-is the
-.Xr pkg 7
-ABI for the build target, for example,
-.Pa /usr/obj/${SRCDIR}/repo/FreeBSD:15:amd64 .
.It Cm packagekernel
Archive the results of
.Cm distributekernel ,
placing the results in
.Va DISTDIR .
-This target is used while building a release; see
+This target is used while building a release and is unrelated to
+building
+.Pa src
+into
+.Cm packages ;
+see
.Xr release 7 .
.It Cm kernel
Equivalent to

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 18, 12:56 PM (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23880654
Default Alt Text
D50289.id155464.diff (2 KB)

Event Timeline