Date: Tue, 30 May 2000 02:47:51 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Larry Rosenman <ler@lerctr.org> Cc: freebsd-stable@freebsd.org Subject: Re: make buildworld vs. make in /usr/src Message-ID: <Pine.BSF.4.21.0005300245480.78616-100000@freefall.freebsd.org> In-Reply-To: <200005300702.e4U72Kc05150@lerami.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 30 May 2000, Larry Rosenman wrote: > what does make (without args) do in /usr/src? > > (what is it equivalent to?) It's equivalent to 'make' :-) make buildworld does a whole bunch of other stuff like dependency ordering, to make sure new versions of tools get built before things that depend on them, making sure the system gets rebuilt only against headers and libraries built within the build directory (not system versions), etc. That's why you should only ever do make buildworld unless you know what you're doing and how to fix it when it breaks. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005300245480.78616-100000>