svn commit: r209830 - stable/7/etc

Andriy Gapon avg at FreeBSD.org
Thu Jul 8 20:57:37 UTC 2010


Author: avg
Date: Thu Jul  8 20:57:37 2010
New Revision: 209830
URL: http://svn.freebsd.org/changeset/base/209830

Log:
  MFC r209228: device.hints: do install when WITHOUT_BOOT is set

Modified:
  stable/7/etc/Makefile
Directory Properties:
  stable/7/etc/   (props changed)

Modified: stable/7/etc/Makefile
==============================================================================
--- stable/7/etc/Makefile	Thu Jul  8 20:57:07 2010	(r209829)
+++ stable/7/etc/Makefile	Thu Jul  8 20:57:37 2010	(r209830)
@@ -236,11 +236,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-all mailing list