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 revision 1.3 (approved by releng-1...



details:   https://anonhg.NetBSD.org/src/rev/88fb61a4dd25
branches:  netbsd-1-5
changeset: 489412:88fb61a4dd25
user:      ad <ad%NetBSD.org@localhost>
date:      Fri Sep 08 14:10:29 2000 +0000

description:
Pull up revision 1.3 (approved by releng-1-5):
  Look for and use `obsolete.md_share'.

diffstat:

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

diffs (21 lines):

diff -r c0e0b877ddaa -r 88fb61a4dd25 distrib/sets/makeobsolete
--- a/distrib/sets/makeobsolete Fri Sep 08 14:08:33 2000 +0000
+++ b/distrib/sets/makeobsolete Fri Sep 08 14:10:29 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeobsolete,v 1.2 2000/01/23 20:31:17 jwise Exp $
+# $NetBSD: makeobsolete,v 1.2.4.1 2000/09/08 14:10:29 ad Exp $
 #
 # Print out the obsolete files for a set
 # Usage: makeobsolete [-b] [-x] [-a arch] [-m machine] [-s setsdir] \
@@ -71,6 +71,9 @@
 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