Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Backout last change, it's not necessary.



details:   https://anonhg.NetBSD.org/src/rev/c8dee4b9f5e4
branches:  trunk
changeset: 552221:c8dee4b9f5e4
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Sep 21 19:33:59 2003 +0000

description:
Backout last change, it's not necessary.

diffstat:

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

diffs (22 lines):

diff -r 885caaa0f0fe -r c8dee4b9f5e4 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Sun Sep 21 19:33:13 2003 +0000
+++ b/distrib/sets/makeflist    Sun Sep 21 19:33:59 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.63 2003/09/21 19:26:03 tron Exp $
+# $NetBSD: makeflist,v 1.64 2003/09/21 19:33:59 tron Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -17,10 +17,6 @@
 x11_version=`${make} print_x11_version`
 setd=`pwd`
 nlists="base comp etc games man misc text"
-if [ "`${make} print_have_gcc3`" != yes ]
-then
-       nlists="$nlists gcc"
-fi
 xlists="xbase xcomp xcontrib xfont xserver xmisc"
 lists=$nlists
 



Home | Main Index | Thread Index | Old Index