svn commit: r229212 - stable/9/usr.sbin/boot0cfg

Dimitry Andric dim at FreeBSD.org
Sun Jan 1 21:38:59 UTC 2012


Author: dim
Date: Sun Jan  1 21:38:58 2012
New Revision: 229212
URL: http://svn.freebsd.org/changeset/base/229212

Log:
  MFC r228656:
  
  Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for
  x86, any alignment warnings can be safely ignored.

Modified:
  stable/9/usr.sbin/boot0cfg/Makefile
Directory Properties:
  stable/9/usr.sbin/boot0cfg/   (props changed)

Modified: stable/9/usr.sbin/boot0cfg/Makefile
==============================================================================
--- stable/9/usr.sbin/boot0cfg/Makefile	Sun Jan  1 21:32:25 2012	(r229211)
+++ stable/9/usr.sbin/boot0cfg/Makefile	Sun Jan  1 21:38:58 2012	(r229212)
@@ -6,4 +6,6 @@ MAN=	boot0cfg.8
 DPADD=	${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
 LDADD=	-lgeom -lbsdxml -lsbuf
 
+NO_WCAST_ALIGN=
+
 .include <bsd.prog.mk>


More information about the svn-src-stable mailing list