svn commit: r209829 - stable/8/etc
Andriy Gapon
avg at FreeBSD.org
Thu Jul 8 20:57:08 UTC 2010
Author: avg
Date: Thu Jul 8 20:57:07 2010
New Revision: 209829
URL: http://svn.freebsd.org/changeset/base/209829
Log:
MFC r209228: device.hints: do install when WITHOUT_BOOT is set
Modified:
stable/8/etc/Makefile
Directory Properties:
stable/8/etc/ (props changed)
Modified: stable/8/etc/Makefile
==============================================================================
--- stable/8/etc/Makefile Thu Jul 8 20:46:55 2010 (r209828)
+++ stable/8/etc/Makefile Thu Jul 8 20:57:07 2010 (r209829)
@@ -245,11 +245,13 @@ distribution:
${DESTDIR}/var/crash
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${FREEBSD} ${DESTDIR}/
+.if ${MK_BOOT} != "no"
.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
${DESTDIR}/boot/device.hints
.endif
+.endif
distrib-dirs:
mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
More information about the svn-src-stable-8
mailing list