[Midnightbsd-cvs] src [6468] trunk/sys: Drop sparc64 arch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Dec 7 18:44:19 EST 2013
Revision: 6468
http://svnweb.midnightbsd.org/src/?rev=6468
Author: laffer1
Date: 2013-12-07 18:44:19 -0500 (Sat, 07 Dec 2013)
Log Message:
-----------
Drop sparc64 arch
Modified Paths:
--------------
trunk/Makefile
trunk/Makefile.inc1
trunk/ObsoleteFiles.inc
trunk/UPDATING
trunk/lib/Makefile
trunk/sys/Makefile
trunk/sys/boot/Makefile
Removed Paths:
-------------
trunk/release/sparc64/
trunk/sys/boot/ficl/sparc64/
trunk/sys/boot/sparc64/
trunk/sys/sparc64/
Property Changed:
----------------
trunk/lib/Makefile
trunk/sys/Makefile
trunk/sys/boot/Makefile
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/Makefile 2013-12-07 23:44:19 UTC (rev 6468)
@@ -1,5 +1,5 @@
#
-# $MidnightBSD: src/Makefile,v 1.13 2012/08/19 14:05:10 laffer1 Exp $
+# $MidnightBSD$
#
# The user-driven targets are:
#
@@ -71,7 +71,7 @@
#
# See src/UPDATING `COMMON ITEMS' for more complete information.
#
-# If TARGET=machine (e.g. amd64, sparc64, ...) is specified you can
+# If TARGET=machine (e.g. amd64, ...) is specified you can
# cross build world for other machine types using the buildworld target,
# and once the world is built you can cross build a kernel using the
# buildkernel target.
@@ -308,7 +308,7 @@
# existing system is.
#
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
-TARGETS?=amd64 i386 sparc64
+TARGETS?=amd64 i386
.for target in ${TARGETS}
TARGET_ARCHES_${target}?= ${target}
.endfor
Modified: trunk/Makefile.inc1
===================================================================
--- trunk/Makefile.inc1 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/Makefile.inc1 2013-12-07 23:44:19 UTC (rev 6468)
@@ -133,7 +133,7 @@
.endif
-KNOWN_ARCHES?= amd64 i386 sparc64
+KNOWN_ARCHES?= amd64 i386
.if ${TARGET} == ${TARGET_ARCH}
_t= ${TARGET}
.else
Modified: trunk/ObsoleteFiles.inc
===================================================================
--- trunk/ObsoleteFiles.inc 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/ObsoleteFiles.inc 2013-12-07 23:44:19 UTC (rev 6468)
@@ -3503,10 +3503,8 @@
# 20090325:
OLD_FILES+=usr/share/man/man8/nsupdate.8.gz
# 20090104:
-.if ${TARGET_ARCH} != "sparc64"
OLD_FILES+=sbin/sunlabel
OLD_FILES+=usr/share/man/man8/sunlabel.8.gz
-.endif
OLD_FILES+=usr/share/man/man4/card.4.gz
OLD_FILES+=usr/share/man/man4/oldcard.4.gz
OLD_FILES+=etc/cached.conf
@@ -4745,10 +4743,8 @@
OLD_LIBS+=usr/lib/libisc.so.1
# 200408XX
OLD_LIBS+=usr/lib/snmp_netgraph.so.1
-.if ${TARGET_ARCH} != "sparc64"
# 20040130: libkse renamed to libpthread
OLD_LIBS+=usr/lib/libkse.so.1
-.endif
# 200404XX
OLD_LIBS+=usr/lib/libsnmp.so.1
OLD_LIBS+=usr/lib/snmp_mibII.so.1
Modified: trunk/UPDATING
===================================================================
--- trunk/UPDATING 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/UPDATING 2013-12-07 23:44:19 UTC (rev 6468)
@@ -1,5 +1,9 @@
Updating Information for MidnightBSD users.
+20131207:
+ Remove sparc64 architecture. It hasn't been working for awhile
+ and it's not useful for desktops anymore.
+
20131205:
OpenSSH 6.4p1
Modified: trunk/lib/Makefile
===================================================================
--- trunk/lib/Makefile 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/lib/Makefile 2013-12-07 23:44:19 UTC (rev 6468)
@@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/lib/Makefile,v 1.205.2.1 2005/07/28 13:47:18 rwatson Exp $
-# $MidnightBSD: src/lib/Makefile,v 1.17 2012/07/04 16:16:24 laffer1 Exp $
+# $MidnightBSD$
.include <bsd.own.mk>
@@ -200,10 +200,6 @@
.endif
.endif
-.if ${MACHINE_CPUARCH} == "sparc64"
-_libsmb= libsmb
-.endif
-
.if ${MK_OPENSSL} != "no"
_libmp= libmp
.endif
Property changes on: trunk/lib/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.18
\ No newline at end of property
Modified: trunk/sys/Makefile
===================================================================
--- trunk/sys/Makefile 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/sys/Makefile 2013-12-07 23:44:19 UTC (rev 6468)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/sys/Makefile,v 1.11 2012/11/27 01:44:45 laffer1 Exp $
+# $MidnightBSD$
.include <bsd.own.mk>
@@ -15,7 +15,7 @@
pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
.if !defined(CSCOPE_ARCHDIR)
.if defined(ALL_ARCH)
-CSCOPE_ARCHDIR = amd64 i386 sparc64 x86
+CSCOPE_ARCHDIR = amd64 i386 x86
.else
CSCOPE_ARCHDIR = ${MACHINE}
.if ${MACHINE} != ${MACHINE_CPUARCH}
Property changes on: trunk/sys/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.12
\ No newline at end of property
Modified: trunk/sys/boot/Makefile
===================================================================
--- trunk/sys/boot/Makefile 2013-12-07 23:38:44 UTC (rev 6467)
+++ trunk/sys/boot/Makefile 2013-12-07 23:44:19 UTC (rev 6468)
@@ -1,4 +1,4 @@
-# $MidnightBSD: src/sys/boot/Makefile,v 1.4 2008/09/21 15:21:31 laffer1 Exp $
+# $MidnightBSD$
# $FreeBSD: src/sys/boot/Makefile,v 1.32 2006/11/05 22:03:02 marcel Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@
.endif
# Pick the machine-dependent subdir based on the target architecture.
-ADIR= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
+ADIR= ${MACHINE:S/amd64/i386/}
.if exists(${.CURDIR}/${ADIR}/.)
SUBDIR+= ${ADIR}
.endif
Property changes on: trunk/sys/boot/Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.5
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list