Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets add more module sets.



details:   https://anonhg.NetBSD.org/src/rev/d5b07f202007
branches:  trunk
changeset: 932189:d5b07f202007
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 01 22:21:49 2020 +0000

description:
add more module sets.

diffstat:

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

diffs (27 lines):

diff -r f7be769d0ea3 -r d5b07f202007 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Fri May 01 22:21:11 2020 +0000
+++ b/distrib/sets/sets.subr    Fri May 01 22:21:49 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.188 2020/04/04 19:50:53 christos Exp $
+#      $NetBSD: sets.subr,v 1.189 2020/05/01 22:21:49 christos Exp $
 #
 
 #
@@ -184,7 +184,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.188 2020/04/04 19:50:53 christos Exp $
+#      # $NetBSD: sets.subr,v 1.189 2020/05/01 22:21:49 christos Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -557,6 +557,8 @@
        [ "$module" != "no" ] || return
        echo_if_exist $setdir/module.mi
        echo_if_exist $setdir/module.${MACHINE}
+       echo_if_exist $setdir/module.ad.${MACHINE}
+       echo_if_exist $setdir/module.md.${MACHINE}
        # XXX module never has .shl
        [ "${MACHINE}" != "${MACHINE_ARCH}" ] && \
        list_set_lists_common_ad $1 module



Home | Main Index | Thread Index | Old Index