summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2004-07-18 18:55:31 +0000
committerMark Murray <markm@FreeBSD.org>2004-07-18 18:55:31 +0000
commit954c5b43927f6b87897612398e4023492da96eaf (patch)
treec49de1ee2d86b270dd17aa7e24cdd455448d0467 /Makefile
parent8024a9da0871b9efbd15d444975bf7d2a1f38154 (diff)
downloadsrc-test-954c5b43927f6b87897612398e4023492da96eaf.tar.gz
src-test-954c5b43927f6b87897612398e4023492da96eaf.zip
Rename a preposterously long name with one that might look a bit
more professional. While here, write a few lines of explanatory text to explain what its for. Discussed with: rwatson With hat: core
Notes
Notes: svn path=/head/; revision=132358
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26aa0dbcc0f5f..ac144b6094542 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,7 @@ ${TGTS}:
# Set a reasonable default
.MAIN: all
-.if defined(I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH) || defined(DESTDIR)
+.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
.if make(world)
STARTTIME!= LC_ALL=C date
.endif
@@ -187,8 +187,12 @@ 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 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"
+ @echo "HISTORICAL_MAKE_WORLD. You should understand the implications"
+ @echo "before doing this."
+ @echo ""
@echo "Bailing out now..."
@false
.endif