On Tue 2000-07-25 (13:39), Dominik Brettnacher wrote:
ch...@DCFinc.com schreibt:
as described in jail(8), I tried to do a "make all" in /usr/src, but it
failed as follows:
Doing "make all" in /usr/src is specifically disallowed. You
probably wanted to do "make buildworld".
So why does jail(8) mention "make all" instead of buildworld? Does
installworld also use "DESTDIR"?
'make all' isn't disallowed, but it may not work if you've upgraded your
sources since your last installworld. 'make world' does all sorts of
useful upgrade-path fixes.
Yes, installworld honors DESTDIR.
Neil
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message