]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't build shared libraries twice for `make world'. This reduces
authorBruce Evans <bde@FreeBSD.org>
Fri, 24 Apr 1998 17:13:33 +0000 (17:13 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 24 Apr 1998 17:13:33 +0000 (17:13 +0000)
commit29844c8f1468b8b9b1eb65565113975c04ae8515
treefe1f1d8c892e181819630cd5ba03c91bc827e363
parent3a34dbf728c69d3a4cdd505fdccf7a64b215408c
Don't build shared libraries twice for `make world'.  This reduces
`make world' times by about 10%.  Use a new `bootstrap-libraries'
target to build just enough (static) libraries to bootstrap the
tools, and delay building of shared libraries until all the tools
have been built.

Fixed `/usr/bin/make world'.  The version of `make' that we buildis
nand use is named "make", not ${MAKE}.
Makefile