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
This commit is contained in:
parent
8024a9da08
commit
954c5b4392
8
Makefile
8
Makefile
@ -144,7 +144,7 @@ ${TGTS}:
|
|||||||
# Set a reasonable default
|
# Set a reasonable default
|
||||||
.MAIN: all
|
.MAIN: all
|
||||||
|
|
||||||
.if defined(I_KNOW_WHAT_IM_DOING_THANKYOU_VERY_MUCH) || defined(DESTDIR)
|
.if defined(HISTORICAL_MAKE_WORLD) || defined(DESTDIR)
|
||||||
.if make(world)
|
.if make(world)
|
||||||
STARTTIME!= LC_ALL=C date
|
STARTTIME!= LC_ALL=C date
|
||||||
.endif
|
.endif
|
||||||
@ -187,8 +187,12 @@ world:
|
|||||||
@echo "installation without also building and installing a new"
|
@echo "installation without also building and installing a new"
|
||||||
@echo "kernel. This can be dangerous. Please read the handbook,"
|
@echo "kernel. This can be dangerous. Please read the handbook,"
|
||||||
@echo "'Using make world', for how to upgrade your system."
|
@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 "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..."
|
@echo "Bailing out now..."
|
||||||
@false
|
@false
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user