Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Pass -m MACHINE -a MACHINE_ARCH to postinstall
details: https://anonhg.NetBSD.org/src/rev/a675fbcbbffd
branches: trunk
changeset: 329983:a675fbcbbffd
user: apb <apb%NetBSD.org@localhost>
date: Mon Jun 16 09:04:43 2014 +0000
description:
Pass -m MACHINE -a MACHINE_ARCH to postinstall
diffstat:
Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 261fb72a99e9 -r a675fbcbbffd Makefile
--- a/Makefile Mon Jun 16 08:59:13 2014 +0000
+++ b/Makefile Mon Jun 16 09:04:43 2014 +0000
@@ -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 @@
${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} \
Home |
Main Index |
Thread Index |
Old Index