]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Makefile.inc1: Add libl to -legacy as well
authorkevans <kevans@FreeBSD.org>
Fri, 10 Aug 2018 00:10:57 +0000 (00:10 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 10 Aug 2018 00:10:57 +0000 (00:10 +0000)
commit0f6440822c694eae7a416a7db1b517fa27cd3116
tree9856e72488dc14eadbf3b180de3cba7cdb8d968c
parentbd58ae977c96583922c26fe90aa0e886ed6bb994
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.

Reported by: rgrimes (not WITHOUT_TOOLCHAIN, but provoked investigation)
MFC after: immediately
Makefile.inc1