Source-Changes-HG archive

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

[src/netbsd-8]: src/share/mk Pull up following revision(s) (requested by tsut...



details:   https://anonhg.NetBSD.org/src/rev/5656885e2cb3
branches:  netbsd-8
changeset: 851177:5656885e2cb3
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Nov 27 11:36:29 2017 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #394):
        share/mk/bsd.own.mk: revision 1.1014
        share/mk/bsd.own.mk: revision 1.1015
        share/mk/bsd.own.mk: revision 1.1017
swtich luna68k to xorg-server 1.18.  tested by tsutsui@.
Switch dreamcast to HAVE_XORG_SERVER_VER=118.  It just works.
Switch hp300 to HAVE_XORG_SERVER_VER=118.
Tested on HP 9000/425t with HP98550 catseye (topcat).

diffstat:

 share/mk/bsd.own.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 428604e9a6e2 -r 5656885e2cb3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Nov 27 11:31:52 2017 +0000
+++ b/share/mk/bsd.own.mk       Mon Nov 27 11:36:29 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1009.2.2 2017/08/29 09:10:36 bouyer Exp $
+#      $NetBSD: bsd.own.mk,v 1.1009.2.3 2017/11/27 11:36:29 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1357,14 +1357,11 @@
     ${MACHINE} == "amiga"      || \
     ${MACHINE} == "bebox"      || \
     ${MACHINE} == "cats"       || \
-    ${MACHINE} == "dreamcast"  || \
     ${MACHINE} == "ews4800mips"        || \
-    ${MACHINE} == "hp300"      || \
     ${MACHINE} == "hpcarm"     || \
     ${MACHINE} == "hpcmips"    || \
     ${MACHINE} == "hpcsh"      || \
     ${MACHINE} == "ibmnws"     || \
-    ${MACHINE} == "luna68k"    || \
     ${MACHINE} == "mac68k"     || \
     ${MACHINE} == "netwinder"  || \
     ${MACHINE} == "newsmips"   || \



Home | Main Index | Thread Index | Old Index