summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-06 09:27:25 +0000
committerobrien <obrien@FreeBSD.org>2000-09-06 09:27:25 +0000
commit7b071840d5feb881b3b280460eb0f43089c9de5d (patch)
treebe47ea8989f246a57ecfc1139d56519efedec471 /sys/conf/Makefile.alpha
parent89470e5786b509e1f679fccdf223aceeda04ab8a (diff)
downloadFreeBSD-src-7b071840d5feb881b3b280460eb0f43089c9de5d.zip
FreeBSD-src-7b071840d5feb881b3b280460eb0f43089c9de5d.tar.gz
DESTDIR'ify the device.hints checking code.
Diffstat (limited to 'sys/conf/Makefile.alpha')
-rw-r--r--sys/conf/Makefile.alpha4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha
index 1d57dc5..879feb2 100644
--- a/sys/conf/Makefile.alpha
+++ b/sys/conf/Makefile.alpha
@@ -262,10 +262,10 @@ kernel-tags:
kernel-install kernel-install.debug:
@if [ ! -f ${DESTDIR}/boot/device.hints ] ; then \
- echo "You must set up a /boot/device.hints file first." ; \
+ echo "You must set up a ${DESTDIR}/boot/device.hints file first." ; \
exit 1 ; \
fi
- @if [ x"`grep device.hints /boot/defaults/loader.conf /boot/loader.conf`" = "x" ]; then \
+ @if [ x"`grep device.hints ${DESTDIR}/boot/defaults/loader.conf ${DESTDIR}/boot/loader.conf`" = "x" ]; then \
echo "You must activate /boot/device.hints in loader.conf." ; \
exit 1 ; \
fi
OpenPOWER on IntegriCloud