]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Only bootstrap localedef if ${MK_LOCALES} != "no"
authorarichardson <arichardson@FreeBSD.org>
Thu, 23 Aug 2018 18:19:21 +0000 (18:19 +0000)
committerarichardson <arichardson@FreeBSD.org>
Thu, 23 Aug 2018 18:19:21 +0000 (18:19 +0000)
commitfee57ae740f661a2f17b8dcf2dff50bf6d1ac5ba
treeaba50c2f71355d689e5f0e3b5c3b64d61672323b
parentda0bd0e917a71eba0464f47a74b92351e24c2268
Only bootstrap localedef if ${MK_LOCALES} != "no"

During the build it is only used by share/ctypedef and share/colldef
which will not be built if ${MK_LOCALE} == "no". This saves a tiny bit
of time when building without locales.

Approved By: jhb (mentor)
Makefile.inc1