summaryrefslogtreecommitdiffstats
path: root/release/scripts/mm-mtree.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'make release' on older hosts: use buildworld legacy utilities.will2013-08-271-0/+5
| | | | | | | | | | | Newer FreeBSD installs require an install(1) that supports the new flags. This adds ${MAKEOBJDIRPREFIX}${.CURDIR}/tmp/legacy/{bin,usr/{bin,sbin}} to the PATH while generating an mtree database for 'make release'. Note that the problem only exists here because mm-mtree.sh generates its own object tree to avoid mucking with the existing one, which results in a PATH containing legacy utility dirs that are empty.
* Add a script to create the /var/db/mergemaster.mtree file for newdougb2009-08-231-0/+155
releases so that when users subsequently update their source trees they can make use of mergemaster's -U option.
OpenPOWER on IntegriCloud