Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Build lint on sparc64.



details:   https://anonhg.NetBSD.org/src/rev/dd30ae8f751b
branches:  trunk
changeset: 514223:dd30ae8f751b
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Aug 26 06:00:30 2001 +0000

description:
Build lint on sparc64.

diffstat:

 share/mk/bsd.own.mk |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 1e9be114b631 -r dd30ae8f751b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Aug 26 05:46:31 2001 +0000
+++ b/share/mk/bsd.own.mk       Sun Aug 26 06:00:30 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.176 2001/08/25 18:39:24 chs Exp $
+#      $NetBSD: bsd.own.mk,v 1.177 2001/08/26 06:00:30 eeh Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -82,11 +82,7 @@
 NOPIC?=1
 .endif
 
-# The sparc64 port is incomplete.
-.if ${MACHINE_ARCH} == "sparc64"
-NOLINT=1
-.endif
-
+# Profiling and linting is also off on the x86_64 port at the moment.
 # The x86_64 port is incomplete.
 .if ${MACHINE_ARCH} == "x86_64"
 NOPROFILE=1



Home | Main Index | Thread Index | Old Index