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