summaryrefslogtreecommitdiff
path: root/UPDATING
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 /UPDATING
parentb135fb6ef4b5cfbb3056a2ef50e176ddd9e4e4c3 (diff)
downloadsrc-test2-5bd47cc56f12ffcd0d577798a8a370bad46eb51f.tar.gz
src-test2-5bd47cc56f12ffcd0d577798a8a370bad46eb51f.zip
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 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 44c9be133945..bcd8b653e470 100644
--- a/UPDATING
+++ b/UPDATING
@@ -51,6 +51,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ******************************
+20171028:
+ The native-xtools target no longer installs the files by default to the
+ OBJDIR. Use the native-xtools-install target with a DESTDIR to install
+ to ${DESTDIR}/${NXTP} where NXTP defaults to /nxb-bin.
+
20171021:
As part of the boot loader infrastructure cleanup, LOADER_*_SUPPORT
options are changing from controlling the build if defined / undefined