Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets According to thorpej, only x86_64 doesn't provi...



details:   https://anonhg.NetBSD.org/src/rev/e1b67c353724
branches:  trunk
changeset: 526335:e1b67c353724
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 02 15:59:10 2002 +0000

description:
According to thorpej, only x86_64 doesn't provide lint files now.
Remove corresponding conditionals for sparc64, m68000, and sh3, and
add one for x86_64.

diffstat:

 distrib/sets/makeflist |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b97b8ef8c9b8 -r e1b67c353724 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Thu May 02 15:42:18 2002 +0000
+++ b/distrib/sets/makeflist    Thu May 02 15:59:10 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.44 2002/04/08 17:18:22 tron Exp $
+# $NetBSD: makeflist,v 1.45 2002/05/02 15:59:10 wiz Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -76,8 +76,7 @@
 
 # Turn off lintlibs for some ports.
 lintlibs=
-if [ "$machine" = "sparc64" -o "$machine_cpu" = "sh3" -o \
-     "$machine_arch" = "m68000" ]; then
+if [ "$machine" = "x86_64" ]; then
        lintlibs=no
 fi
 



Home | Main Index | Thread Index | Old Index