summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-17 20:57:37 +0000
committermarcel <marcel@FreeBSD.org>2004-07-17 20:57:37 +0000
commit7beb6d42ceb4bcb8294f42ff6a0a292e434bcc88 (patch)
treeef7c81ebfc3d8aef0a6498b017efa8d4cfce84d6 /Makefile
parent284d2a25206157462ba2f44afcbcd6a9bb77dc09 (diff)
downloadFreeBSD-src-7beb6d42ceb4bcb8294f42ff6a0a292e434bcc88.zip
FreeBSD-src-7beb6d42ceb4bcb8294f42ff6a0a292e434bcc88.tar.gz
Properly terminate a quoted string in the previous commit. Oddly
enough this only seems to cause problems with -jX so went unnoticed until now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 716cf04..89d9842 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
OpenPOWER on IntegriCloud