]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Ensure libregex is built in time for googletest
authorKyle Evans <kevans@FreeBSD.org>
Tue, 4 Aug 2020 03:43:28 +0000 (03:43 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Tue, 4 Aug 2020 03:43:28 +0000 (03:43 +0000)
commiteb578fec7fd0a044097a44f60e2b2f9137894bea
tree00c577ddb1bcd67e2ba57275e3cb9dfc130cfd16
parentcab7d341dcd98138443bbdb51649f966093a3a84
Ensure libregex is built in time for googletest

In lib/Makefile, we document the dependency with SUBDIR_DEPEND

For buildworld orchestration, just prebuild libregex if GOOGLETEST is
enabled. googletest will get built in a later pass.
Makefile.inc1
lib/Makefile