Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets We don't need to check ${MACHINE_ARCH} == "m680...



details:   https://anonhg.NetBSD.org/src/rev/37f8c4064aa1
branches:  trunk
changeset: 750067:37f8c4064aa1
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Dec 15 05:07:11 2009 +0000

description:
We don't need to check ${MACHINE_ARCH} == "m68000" if we use shlib or not.
Because such a knowledge is concentrated in bsd.own.mk and passed to as
${MKPIC}.  Tested by build.sh -m sun2 distribution sets.

diffstat:

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

diffs (28 lines):

diff -r 03c291e4ee7a -r 37f8c4064aa1 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Tue Dec 15 04:12:43 2009 +0000
+++ b/distrib/sets/sets.subr    Tue Dec 15 05:07:11 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.114 2009/12/11 15:22:33 he Exp $
+#      $NetBSD: sets.subr,v 1.115 2009/12/15 05:07:11 uebayasi Exp $
 #
 
 #
@@ -152,9 +152,6 @@
 if [ "${MKPIC}" = "no" ]; then
        shlib=no
 fi
-if [ "${MACHINE_ARCH}" = "m68000" ]; then
-       shlib=no                        # Turn off shlibs for some ports.
-fi
 if [ "$module" != "no" ]; then
        nlists="base comp etc games man misc modules tests text"
 else
@@ -176,7 +173,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.114 2009/12/11 15:22:33 he Exp $
+#      # $NetBSD: sets.subr,v 1.115 2009/12/15 05:07:11 uebayasi Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index