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.5 (obliterate man/md_share), app...



details:   https://anonhg.NetBSD.org/src/rev/79d8296069be
branches:  netbsd-1-5
changeset: 489678:79d8296069be
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Oct 05 02:33:50 2000 +0000

description:
Pull up 1.5 (obliterate man/md_share), approved by thorpej.

diffstat:

 distrib/sets/makeobsolete |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r e298def393b7 -r 79d8296069be distrib/sets/makeobsolete
--- a/distrib/sets/makeobsolete Thu Oct 05 02:33:27 2000 +0000
+++ b/distrib/sets/makeobsolete Thu Oct 05 02:33:50 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeobsolete,v 1.2.4.1 2000/09/08 14:10:29 ad Exp $
+# $NetBSD: makeobsolete,v 1.2.4.2 2000/10/05 02:33:50 tv Exp $
 #
 # Print out the obsolete files for a set
 # Usage: makeobsolete [-b] [-x] [-a arch] [-m machine] [-s setsdir] \
@@ -71,9 +71,6 @@
 for setname in $lists; do
        file=$target/${setname}_obsolete
        (
-       if [ -f $setd/lists/$setname/obsolete.md_share ]; then
-               awk -- '{print $1}' $setd/lists/$setname/obsolete.md_share
-       fi
        if [ -f $setd/lists/$setname/obsolete.mi ]; then
                awk -- '{print $1}' $setd/lists/$setname/obsolete.mi
        fi



Home | Main Index | Thread Index | Old Index