Re: svn commit: r342283 - in head: release/amd64 release/arm64 release/i386 release/tools share/man/man8 tools/boot tools/tools/nanobsd/embedded usr.sbin/bsdinstall/partedit usr.sbin/bsdinstall/script

2018-12-20 Thread Rebecca Cran via svn-src-all
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 __

Re: svn commit: r346039 - head/sys/conf

2019-04-09 Thread Rebecca Cran via svn-src-all
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