Module Name: src
Committed By: apb
Date: Mon Jun 16 09:04:43 UTC 2014
Modified Files:
src: Makefile
Log Message:
Pass -m MACHINE -a MACHINE_ARCH to postinstall
To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.307 src/Makefile:1.308
--- src/Makefile:1.307 Mon Jun 16 07:11:52 2014
+++ src/Makefile Mon Jun 16 09:04:43 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.307 2014/06/16 07:11:52 apb Exp $
+# $NetBSD: Makefile,v 1.308 2014/06/16 09:04:43 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -170,7 +170,8 @@ afterinstall: .PHONY .MAKE
${MAKEDIRTARGET} . postinstall-check
.endif
-_POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall
+_POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall \
+ -m ${MACHINE} -a ${MACHINE_ARCH}
_POSTINSTALL_ENV= \
AWK=${TOOL_AWK:Q} \
DB=${TOOL_DB:Q} \