svn commit: r268877 - head/share/mk

Dag-Erling Smørgrav des at des.no
Sun Jul 20 14:47:46 UTC 2014


Ian Lepore <ian at FreeBSD.org> 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 at nine ~head/lib/libunbound% make -m ~head/share/mk obj depend
/usr/obj/home/des/freebsd/base/head/lib/libunbound created for /home/des/freebsd/base/head/lib/libunbound
cp -p /home/des/freebsd/base/head/lib/libunbound/../../contrib/unbound/util/configlexer.lex configlexer.l
lex -Pub_c_ -o configlexer.c configlexer.l
lex: can't open configlexer.c
*** [configlexer.c] Error code 1

Stop in /home/des/freebsd/base/head/lib/libunbound.

> It seems like the path of least resistance would be to remove the space
> between -o and ${TARGET}, which I'll leave for you if you agree, so that
> you can MFC them together when the time comes.

Seems like a trivial enough fix.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-all mailing list