Searched hist:3626 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-10.1-release/
H A DMakefilediff 3626 Sat Oct 15 19:19:56 MDT 1994 wollman For those who want a little more control over their build process...

Added two new targets, `most' and `mostinstall', which compile and
install (respectively) just the binaries from just the ``core'' parts
of the system. This makes it easier to do something like the following
(which I do):

# cd /usr/src
# make obj depend
(scrutinize make output)
# make most
# make mostinstall

...which will not confuse things by installing new libraries, /usr/share,
games, gcc (two extra times), and so on. Obviously, if you do this, then
you have to be careful to watch for changes in include files and make macros,
and do the appropriate thing in those cases. (It usually still doesn't
involve building GCC three times or libc six.)

Completed in 110 milliseconds