]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r337559: Makefile.inc1: Add libl to -legacy as well
authorkevans <kevans@FreeBSD.org>
Fri, 17 Aug 2018 01:52:15 +0000 (01:52 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 17 Aug 2018 01:52:15 +0000 (01:52 +0000)
commit2077f24655ef42780d46e89243ffe1adf2992f8d
tree02f1dd6e58f3a268dabea4356303f90be0374d06
parentddbb998d529211e99de97d430499316cd546bf7b
MFC r337559: Makefile.inc1: Add libl to -legacy as well

libl is needed for config(8), which is a bootstrap-tool. It is possible to
build a system WITHOUT_TOOLCHAIN to exclude lex and thus, libl. We still
need to support building from this kind of host, though.

While here, group the config(8) dependencies together and add a small
explanation. These can likely both be scoped more clearly, but this will
need some further investigation.
Makefile.inc1