Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Indent.
details: https://anonhg.NetBSD.org/src/rev/e0eee8402e97
branches: trunk
changeset: 749856:e0eee8402e97
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Dec 11 13:10:47 2009 +0000
description:
Indent.
diffstat:
distrib/sets/sets.subr | 62 +++++++++++++++++++++++++-------------------------
1 files changed, 31 insertions(+), 31 deletions(-)
diffs (102 lines):
diff -r 44574933ee03 -r e0eee8402e97 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr Fri Dec 11 13:10:06 2009 +0000
+++ b/distrib/sets/sets.subr Fri Dec 11 13:10:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sets.subr,v 1.111 2009/12/11 13:10:06 uebayasi Exp $
+# $NetBSD: sets.subr,v 1.112 2009/12/11 13:10:47 uebayasi Exp $
#
#
@@ -178,7 +178,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.111 2009/12/11 13:10:06 uebayasi Exp $
+# # $NetBSD: sets.subr,v 1.112 2009/12/11 13:10:47 uebayasi Exp $
# . base-sys-root [keyword[,...]]
# ./altroot base-sys-root
# ./bin base-sys-root
@@ -412,14 +412,14 @@
list_set_lists_ad()
{
setdir=$setsdir/lists/$1
- # Prefer an ad.${MACHINE_ARCH} over an ad.${MACHINE_CPU},
- # since the arch-specific one will be more specific than
- # the cpu-specific one.
- echo_if_exist $setdir/ad.${MACHINE_ARCH} || \
- echo_if_exist $setdir/ad.${MACHINE_CPU}
- if [ "$shlib" != "no" ]; then
- echo_if_exist $setdir/ad.${MACHINE_CPU}.shl
- fi
+ # Prefer an ad.${MACHINE_ARCH} over an ad.${MACHINE_CPU},
+ # since the arch-specific one will be more specific than
+ # the cpu-specific one.
+ echo_if_exist $setdir/ad.${MACHINE_ARCH} || \
+ echo_if_exist $setdir/ad.${MACHINE_CPU}
+ if [ "$shlib" != "no" ]; then
+ echo_if_exist $setdir/ad.${MACHINE_CPU}.shl
+ fi
}
list_set_lists_md()
@@ -439,23 +439,23 @@
list_set_lists_shl()
{
setdir=$setsdir/lists/$1
- echo_if_exist $setdir/shl.mi
- echo_if_exist $setdir/shl.${shlib}
+ echo_if_exist $setdir/shl.mi
+ echo_if_exist $setdir/shl.${shlib}
}
list_set_lists_module()
{
setdir=$setsdir/lists/$1
- echo_if_exist $setdir/module.mi
- echo_if_exist $setdir/module.${MACHINE}
- if [ "${MACHINE}" != "${MACHINE_ARCH}" ]; then
- # Prefer a module.ad.${MACHINE_ARCH} over a
- # module.ad.${MACHINE_CPU}, since the arch-
- # specific one will be more specific than the
- # cpu-specific one.
- echo_if_exist $setdir/module.ad.${MACHINE_ARCH} || \
- echo_if_exist $setdir/module.ad.${MACHINE_CPU}
- fi
+ echo_if_exist $setdir/module.mi
+ echo_if_exist $setdir/module.${MACHINE}
+ if [ "${MACHINE}" != "${MACHINE_ARCH}" ]; then
+ # Prefer a module.ad.${MACHINE_ARCH} over a
+ # module.ad.${MACHINE_CPU}, since the arch-
+ # specific one will be more specific than the
+ # cpu-specific one.
+ echo_if_exist $setdir/module.ad.${MACHINE_ARCH} || \
+ echo_if_exist $setdir/module.ad.${MACHINE_CPU}
+ fi
}
list_set_lists_rescue()
@@ -468,15 +468,15 @@
list_set_lists_rescue_ad()
{
setdir=$setsdir/lists/$1
- # Prefer a rescue.ad.${MACHINE_ARCH} over a
- # rescue.ad.${MACHINE_CPU}, since the arch-
- # specific one will be more specific than the
- # cpu-specific one.
- echo_if_exist $setdir/rescue.ad.${MACHINE_ARCH} || \
- echo_if_exist $setdir/rescue.ad.${MACHINE_CPU}
- if [ "$shlib" != "no" ]; then
- echo_if_exist $setdir/rescue.ad.${MACHINE_CPU}.shl
- fi
+ # Prefer a rescue.ad.${MACHINE_ARCH} over a
+ # rescue.ad.${MACHINE_CPU}, since the arch-
+ # specific one will be more specific than the
+ # cpu-specific one.
+ echo_if_exist $setdir/rescue.ad.${MACHINE_ARCH} || \
+ echo_if_exist $setdir/rescue.ad.${MACHINE_CPU}
+ if [ "$shlib" != "no" ]; then
+ echo_if_exist $setdir/rescue.ad.${MACHINE_CPU}.shl
+ fi
}
echo_if_exist()
Home |
Main Index |
Thread Index |
Old Index