On December 20, 2018 at 12:51:36 PM, Shawn Webb (shawn.w...@hardenedbsd.org)
wrote:
Are there any other bits of the build process that touch files outside
of ${MAKEOBJDIRPREFIX}?
Grepping for “/tmp” shows lots of other scripts that use /tmp .
—
Rebecca
__
On 2019-04-08 12:25, Warner Losh wrote:
Author: imp
Date: Mon Apr 8 18:25:14 2019
New Revision: 346039
URL: https://svnweb.freebsd.org/changeset/base/346039
Log:
Style only change: Prefer $() to ``
$() is more modern and also nests. Convert the mix of styles to using
only the form