From 44f4ffe2021fe961013346b7cd3e4165a28375ef Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 17 Jul 2004 20:57:37 +0000 Subject: [PATCH] Properly terminate a quoted string in the previous commit. Oddly enough this only seems to cause problems with -jX so went unnoticed until now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 716cf04d7a20..89d98422fa34 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ world: @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 "Define DESTDIR to the where you want to install FreeBSD, + @echo "Define DESTDIR to the where you want to install FreeBSD," @echo "including /, to override this warning and proceed as usual." @echo "Bailing out now..." @false