Module Name:    src
Committed By:   uebayasi
Date:           Tue Dec 15 05:07:11 UTC 2009

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/distrib/sets/sets.subr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.114 src/distrib/sets/sets.subr:1.115
--- src/distrib/sets/sets.subr:1.114	Fri Dec 11 15:22:33 2009
+++ src/distrib/sets/sets.subr	Tue Dec 15 05:07:11 2009
@@ -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

Reply via email to