From 1f6483e4df39b85f9c61d08d7bc6592d7a8b1417 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Fri, 23 Jul 2004 21:21:34 +0000 Subject: [PATCH] The doc team reworked the section of the handbook describing how to rebuild things, further discouraging 'make world'. The title of that section is now changed... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac144b609454..a554e29488d9 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ world: @echo "WARNING: make world will overwrite your existing FreeBSD" @echo "installation without also building and installing a new" @echo "kernel. This can be dangerous. Please read the handbook," - @echo "'Using make world', for how to upgrade your system." + @echo "'Rebuilding world', for how to upgrade your system." @echo "Define DESTDIR to where you want to install FreeBSD," @echo "including /, to override this warning and proceed as usual." @echo "You may get the historical 'make world' behavior by defining"