Do not auto build rescue tools when ${DESTDIR} != "/"
authorAaron LI <aly@aaronly.me>
Tue, 3 Jul 2018 12:15:17 +0000 (20:15 +0800)
committerAaron LI <aly@aaronly.me>
Wed, 4 Jul 2018 03:24:01 +0000 (11:24 +0800)
commit81f07c26a0092e14e306af188076d27601b92328
tree47f5cfe9e9be4bb0722edf0c039af8d933f76454
parent75eeb06a5467e614c7064c88bcb0c23dc2964b0d
Do not auto build rescue tools when ${DESTDIR} != "/"

When installworld to an alternative root (i.e., ${DESTDIR} != "/"),
do not automatically build the rescue tools.

This change won't affect the nrelease build, since it will explicitly
do 'make initrd'.

Suggested-by: swildner
Makefile.inc1