svn commit: r207204 - stable/6/sys/conf

Warner Losh imp at FreeBSD.org
Sun Apr 25 20:01:13 UTC 2010


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 \


More information about the svn-src-all mailing list