Date: Wed, 16 Jun 2010 11:08:28 +0300 From: Andriy Gapon <avg@freebsd.org> To: src-committers@freebsd.org Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r209228 - head/etc Message-ID: <4C18867C.7010700@freebsd.org> In-Reply-To: <201006160752.o5G7qjPB035961@svn.freebsd.org> References: <201006160752.o5G7qjPB035961@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
on 16/06/2010 10:52 Andriy Gapon said the following: > Author: avg > Date: Wed Jun 16 07:52:44 2010 > New Revision: 209228 > URL: http://svn.freebsd.org/changeset/base/209228 > > Log: > device.hints: do install when WITHOUT_BOOT is set Oh, this should have been "do NOT install". > Discussed with: imp > MFC after: 2 weeks > > Modified: > head/etc/Makefile > > Modified: head/etc/Makefile > ============================================================================== > --- head/etc/Makefile Wed Jun 16 02:50:16 2010 (r209227) > +++ head/etc/Makefile Wed Jun 16 07:52:44 2010 (r209228) > @@ -253,11 +253,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}/ -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C18867C.7010700>