On Feb 7, 2018 2:35 AM, "Alexander Richardson"
wrote:
On 6 February 2018 at 19:25, Rodney W. Grimes
wrote:
>> Author: arichardson
>> Date: Tue Feb 6 15:41:35 2018
>> New Revision: 328934
>> URL: https://svnweb.freebsd.org/changeset/base/328934
>>
>> Log:
>> Don't hardcode /usr/bin as the path
On 6 February 2018 at 19:25, Rodney W. Grimes
wrote:
>> Author: arichardson
>> Date: Tue Feb 6 15:41:35 2018
>> New Revision: 328934
>> URL: https://svnweb.freebsd.org/changeset/base/328934
>>
>> Log:
>> Don't hardcode /usr/bin as the path for mktemp in build tools
>>
>> It won't work e.g. wh
[ Charset ISO-8859-1 unsupported, converting... ]
> On Tue, 2018-02-06 at 11:25 -0800, Rodney W. Grimes wrote:
> > >
> > > Author: arichardson
> > > Date: Tue Feb??6 15:41:35 2018
> > > New Revision: 328934
> > > URL: https://svnweb.freebsd.org/changeset/base/328934
> > >
> > > Log:
> > > ? Don't
On Tue, 2018-02-06 at 11:25 -0800, Rodney W. Grimes wrote:
> >
> > Author: arichardson
> > Date: Tue Feb 6 15:41:35 2018
> > New Revision: 328934
> > URL: https://svnweb.freebsd.org/changeset/base/328934
> >
> > Log:
> > Don't hardcode /usr/bin as the path for mktemp in build tools
> >
> >
> Author: arichardson
> Date: Tue Feb 6 15:41:35 2018
> New Revision: 328934
> URL: https://svnweb.freebsd.org/changeset/base/328934
>
> Log:
> Don't hardcode /usr/bin as the path for mktemp in build tools
>
> It won't work e.g. when crossbuilding from Ubuntu Linux as mktemp is in
> /bin
Author: arichardson
Date: Tue Feb 6 15:41:35 2018
New Revision: 328934
URL: https://svnweb.freebsd.org/changeset/base/328934
Log:
Don't hardcode /usr/bin as the path for mktemp in build tools
It won't work e.g. when crossbuilding from Ubuntu Linux as mktemp is in
/bin there.
Reviewe