Ian Lepore <i...@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@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 - d...@des.no
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to