Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Add support for rescue.ad.<cpu>.shl which appea...
details: https://anonhg.NetBSD.org/src/rev/1f70cc652070
branches: trunk
changeset: 556900:1f70cc652070
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Dec 29 20:54:58 2003 +0000
description:
Add support for rescue.ad.<cpu>.shl which appears to have been missed
diffstat:
distrib/sets/sets.subr | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r b13d83bba561 -r 1f70cc652070 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Mon Dec 29 19:13:19 2003 +0000
+++ b/distrib/sets/sets.subr Mon Dec 29 20:54:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.9 2003/12/29 03:13:25 lukem Exp $
+# $NetBSD: sets.subr,v 1.10 2003/12/29 20:54:58 jmc Exp $
#
#
@@ -83,7 +83,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.9 2003/12/29 03:13:25 lukem Exp $
+# # $NetBSD: sets.subr,v 1.10 2003/12/29 20:54:58 jmc Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -189,6 +189,7 @@
# rescue.${machine}
# rescue.ad.${machine_arch}
# (or) rescue.ad.${machine_cpu}
+# rescue.ad.${machine_cpu}.shl
#
# Environment:
# shlib
@@ -276,6 +277,10 @@
elif [ -f $setdir/rescue.ad.${machine_cpu} ]; then
echo $setdir/rescue.ad.${machine_cpu}
fi
+ if [ "$shlib" != "no" -a \
+ -f $setdir/rescue.ad.${machine_cpu}.shl ]; then
+ echo $setdir/rescue.ad.${machine_cpu}.shl
+ fi
fi
}
Home |
Main Index |
Thread Index |
Old Index