Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src build vmstat as n64 on mips64. only kernel histories and ha...
details: https://anonhg.NetBSD.org/src/rev/66e78c5291de
branches: trunk
changeset: 349969:66e78c5291de
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Dec 29 23:42:38 2016 +0000
description:
build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.
diffstat:
compat/exec.mk | 3 ++-
usr.bin/vmstat/Makefile | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r f0b1d3950500 -r 66e78c5291de compat/exec.mk
--- a/compat/exec.mk Thu Dec 29 23:36:06 2016 +0000
+++ b/compat/exec.mk Thu Dec 29 23:42:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.1 2016/12/23 10:19:57 mrg Exp $
+# $NetBSD: exec.mk,v 1.2 2016/12/29 23:42:38 mrg Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -12,6 +12,7 @@
# usr.bin/netstat/Makefile
# usr.bin/pmap/Makefile
# usr.bin/systat/Makefile
+# usr.bin/vmstat/Makefile
# usr.sbin/crash/Makefile
# usr.sbin/kgmon/Makefile
# usr.sbin/pstat/Makefile
diff -r f0b1d3950500 -r 66e78c5291de usr.bin/vmstat/Makefile
--- a/usr.bin/vmstat/Makefile Thu Dec 29 23:36:06 2016 +0000
+++ b/usr.bin/vmstat/Makefile Thu Dec 29 23:42:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/03/06 18:01:28 christos Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/29 23:42:39 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -19,4 +19,6 @@
# sparc64 is broken!
COPTS.vmstat.c += -Wno-error=stack-protector
+.include "../../compat/exec.mk"
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index