diff options
author | marcel <marcel@FreeBSD.org> | 2004-07-17 20:57:37 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-07-17 20:57:37 +0000 |
commit | 7beb6d42ceb4bcb8294f42ff6a0a292e434bcc88 (patch) | |
tree | ef7c81ebfc3d8aef0a6498b017efa8d4cfce84d6 /Makefile | |
parent | 284d2a25206157462ba2f44afcbcd6a9bb77dc09 (diff) | |
download | FreeBSD-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |