Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern/arch/m68k Revert 1.33 and 1.34 for now, unti...



details:   https://anonhg.NetBSD.org/src/rev/466818c81c9e
branches:  trunk
changeset: 802275:466818c81c9e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Sep 08 12:12:19 2014 +0000

description:
Revert 1.33 and 1.34 for now, until either .INVISIBLE is reinstanciated
or random.S dropped.

diffstat:

 sys/lib/libkern/arch/m68k/Makefile.inc |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 1b60af8ce748 -r 466818c81c9e sys/lib/libkern/arch/m68k/Makefile.inc
--- a/sys/lib/libkern/arch/m68k/Makefile.inc    Mon Sep 08 11:08:07 2014 +0000
+++ b/sys/lib/libkern/arch/m68k/Makefile.inc    Mon Sep 08 12:12:19 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.34 2014/09/01 07:32:35 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.35 2014/09/08 12:12:19 joerg Exp $
 
 SRCS+= bswap16.S bswap32.S bswap64.S
 SRCS+= memcmp.S memcpy.S memmove.S memset.S
@@ -11,6 +11,8 @@
 .if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
 SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
 .endif
-.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} != "m68k")
-random.S: .INVISIBLE
+.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
+SRCS+= random.S
+.else
+random.o random.po random.pico random.d: random.c
 .endif



Home | Main Index | Thread Index | Old Index