Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/sets Pull up revision 1.16:



details:   https://anonhg.NetBSD.org/src/rev/5c1bdbc25a34
branches:  netbsd-1-4
changeset: 469351:5c1bdbc25a34
user:      he <he%NetBSD.org@localhost>
date:      Fri Sep 10 22:10:52 1999 +0000

description:
Pull up revision 1.16:
  Cope with #-comments in distrib set files.  (he)

diffstat:

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

diffs (17 lines):

diff -r 2e9938c5cb14 -r 5c1bdbc25a34 distrib/sets/makeflist
--- a/distrib/sets/makeflist    Fri Sep 10 21:54:41 1999 +0000
+++ b/distrib/sets/makeflist    Fri Sep 10 22:10:52 1999 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: makeflist,v 1.15 1999/03/29 01:20:42 simonb Exp $
+# $NetBSD: makeflist,v 1.15.2.1 1999/09/10 22:10:52 he Exp $
 #
 # Print out the files in some or all lists.
 # Usage: makeflist [-b] [-x] [-a arch] [-m machine] [-s setsdir] [setname ...]
@@ -94,4 +94,4 @@
        if [ $setname = misc ]; then
                grep -v ${machine} $setd/lists/man/md_share
        fi
-done | sort -u
+done | egrep -v '^#' | sort -u



Home | Main Index | Thread Index | Old Index