From b0435b05cd4746549beb3aced38921e4c505472d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 2 May 2002 15:59:10 +0000 Subject: [PATCH] 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. --- distrib/sets/makeflist | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index 54fe75a38358..96ea52d17e66 100755 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -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 @@ fi # 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