Author: imp
Date: Sun Apr 25 20:01:13 2010
New Revision: 207204
URL: http://svn.freebsd.org/changeset/base/207204

Log:
  /boot/loader support doesn't exist for arm in FreeBSD 6.x, so relax the
  post-install for arm too.

Modified:
  stable/6/sys/conf/kern.post.mk

Modified: stable/6/sys/conf/kern.post.mk
==============================================================================
--- stable/6/sys/conf/kern.post.mk      Sun Apr 25 19:41:25 2010        
(r207203)
+++ stable/6/sys/conf/kern.post.mk      Sun Apr 25 20:01:13 2010        
(r207204)
@@ -165,7 +165,7 @@ kernel-tags:
        rm -f tags1
        sed -e 's,      ../,    ,' tags > tags1
 
-.if ${MACHINE_ARCH} != "ia64"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "arm"
 .if exists(${DESTDIR}/boot)
 kernel-install-check:
        @if [ ! -f ${DESTDIR}/boot/device.hints ] ; then \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to