Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Convert mipse[lb] to mips _after_ processing co...



details:   https://anonhg.NetBSD.org/src/rev/46d8888b8f2b
branches:  trunk
changeset: 467772:46d8888b8f2b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Mar 29 01:20:42 1999 +0000

description:
Convert mipse[lb] to mips _after_ processing command line arguments.

diffstat:

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

diffs (29 lines):

diff -r 9e3bd6a2b0b4 -r 46d8888b8f2b distrib/sets/makeflist
--- a/distrib/sets/makeflist    Sun Mar 28 22:05:19 1999 +0000
+++ b/distrib/sets/makeflist    Mon Mar 29 01:20:42 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.14 1999/02/13 07:59:45 itohy Exp $
+# $NetBSD: makeflist,v 1.15 1999/03/29 01:20:42 simonb Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -10,7 +10,6 @@
 : ${MAKE=make}
 machine=${MACHINE:-`printf 'xxx:\n\techo ${MACHINE}' | $MAKE -s -f-`}
 arch=${MACHINE_ARCH:-`printf 'xxx:\n\techo ${MACHINE_ARCH}' | $MAKE -s -f-`}
-arch=`echo $arch | sed s,^mipse.,mips,`
 setd=`pwd`
 nlists="base comp etc games man misc text"
 xlists="xbase xcomp xcontrib xfont xserver"
@@ -61,6 +60,9 @@
        lists="$@"
 fi
 
+# Convert mipse[lb] to mips after processing command line arguments.
+arch=`echo $arch | sed s,^mipse.,mips,`
+
 # Compute toolchain  used on target cpu.
 if [ "$arch" = "mips" -o "$machine" = "alpha" -o "$arch" = "powerpc" ]; then
         shlib=elf



Home | Main Index | Thread Index | Old Index