diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-04-28 17:57:07 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-04-28 17:57:07 +0000 |
commit | 0bd6b1b79dfc27f944e946f53979a579a7720070 (patch) | |
tree | 248f35bb052aa27c20e3ab4fe01e7fa9d0fdbec7 /Makefile | |
parent | ef0a0980e9fe85b06c50e9bccba68a7bfc4a8353 (diff) | |
download | FreeBSD-src-0bd6b1b79dfc27f944e946f53979a579a7720070.zip FreeBSD-src-0bd6b1b79dfc27f944e946f53979a579a7720070.tar.gz |
MFC r316794:
Cache compiler metadata and reuse it at installworld time.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \ installworld kernel-toolchain libraries lint maninstall \ obj objlink rerelease showconfig tags toolchain update \ _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ - _build-tools _cross-tools _includes _libraries \ + _build-tools _compiler-metadata _cross-tools _includes _libraries \ build32 distribute32 install32 buildsoft distributesoft installsoft \ builddtb xdev xdev-build xdev-install \ xdev-links native-xtools stageworld stagekernel stage-packages \ |