Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/sets Pull up 1.24 (obliterate man/md_share), ap...
details: https://anonhg.NetBSD.org/src/rev/e298def393b7
branches: netbsd-1-5
changeset: 489677:e298def393b7
user: tv <tv%NetBSD.org@localhost>
date: Thu Oct 05 02:33:27 2000 +0000
description:
Pull up 1.24 (obliterate man/md_share), approved by thorpej.
diffstat:
distrib/sets/makeflist | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
diffs (25 lines):
diff -r 287a2ccd750a -r e298def393b7 distrib/sets/makeflist
--- a/distrib/sets/makeflist Thu Oct 05 01:55:58 2000 +0000
+++ b/distrib/sets/makeflist Thu Oct 05 02:33:27 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: makeflist,v 1.21.2.2 2000/08/22 05:38:13 mrg Exp $
+# $NetBSD: makeflist,v 1.21.2.3 2000/10/05 02:33:27 tv Exp $
#
# Print out the files in some or all lists.
# Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -81,13 +81,4 @@
awk -- '{print $1}' $setd/lists/$setname/shl.${shlib}
fi
fi
-
- # Split man/md_share into: this machine, other machine
- if [ $setname = man ]; then
- grep ${machine} $setd/lists/man/md_share
- fi
- if [ $setname = misc ]; then
- grep -v ${machine} $setd/lists/man/md_share
- fi
-
done | egrep -v '^#' | sort -u
Home |
Main Index |
Thread Index |
Old Index