aboutsummaryrefslogtreecommitdiff
path: root/share/man/man7/build.7
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:29 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-29 01:21:29 +0000
commit5bd47cc56f12ffcd0d577798a8a370bad46eb51f (patch)
tree3f0c12d152622f35b41ae49c4564722f445c08fc /share/man/man7/build.7
parentb135fb6ef4b5cfbb3056a2ef50e176ddd9e4e4c3 (diff)
Change native-xtools to not install by default; add a native-xtools-install.
Without this the user has to mess with 'make -f Makefile.inc1 ...' to figure out where the files are installed in the OBJDIR and then they need to copy them to where they really wanted them. Using DESTDIR may be problematic after r325001 as well. The files will be installed to DESTDIR/NXTP where NXTP defaults to /nxb-bin. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325082
Diffstat (limited to 'share/man/man7/build.7')
-rw-r--r--share/man/man7/build.711
1 files changed, 11 insertions, 0 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index b23a8f861d07..e9b22cd46abd 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -234,6 +234,17 @@ performance by avoiding emulating binaries that do not need to be emulated.
and
.Sy TARGET_ARCH
should be defined.
+.It Cm native-xtools-install
+Installs the results to
+.Pa ${DESTDIR}/${NXTP}
+where
+.Va NXTP
+defaults to
+.Pa nxb-bin .
+.Sy TARGET
+and
+.Sy TARGET_ARCH
+must be defined.
.It Cm packageworld
Archive the results of
.Cm distributeworld ,