Ian Lepore writes:
> This change breaks the ability to bootstrap from versions prior to 10.0
> because the older lex requires "-ofilename" rather than "-o filename".
Right, I didn't test that:
des@nine ~head/lib/libunbound% make -m ~head/share/mk obj depend
/usr/obj/home/des/freebsd/base/head/li
On Sat, 2014-07-19 at 15:19 -0700, Adrian Chadd wrote:
> On 19 July 2014 14:23, Ian Lepore wrote:
> > On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
> >> Author: des
> >> Date: Sat Jul 19 14:26:04 2014
> >> New Revision: 268877
> >> URL: http://svnweb.freebsd.org/changeset/base/2688
On 19 July 2014 14:23, Ian Lepore wrote:
> On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
>> Author: des
>> Date: Sat Jul 19 14:26:04 2014
>> New Revision: 268877
>> URL: http://svnweb.freebsd.org/changeset/base/268877
>>
>> Log:
>> Use -o (output to file) instead of -t (print to
On Sat, 2014-07-19 at 14:26 +, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Sat Jul 19 14:26:04 2014
> New Revision: 268877
> URL: http://svnweb.freebsd.org/changeset/base/268877
>
> Log:
> Use -o (output to file) instead of -t (print to stdout) and a redirect.
>
> MFC after: 1 wee
Author: des
Date: Sat Jul 19 14:26:04 2014
New Revision: 268877
URL: http://svnweb.freebsd.org/changeset/base/268877
Log:
Use -o (output to file) instead of -t (print to stdout) and a redirect.
MFC after:1 week
Modified:
head/share/mk/bsd.dep.mk
Modified: head/share/mk/bsd.dep.mk
==