Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/luna68k/conf Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/df09c2d4bb77
branches: netbsd-8
changeset: 374355:df09c2d4bb77
user: martin <martin%NetBSD.org@localhost>
date: Thu Apr 20 13:49:10 2023 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #1821):
sys/arch/luna68k/conf/Makefile.luna68k: revision 1.30
Fix missing locore.d dependency output on make depend.
Reported from isaki@. Looks missed in rev 1.13 (22 years ago):
https://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/luna68k/conf/Makefile.luna68k#rev1.13
diffstat:
sys/arch/luna68k/conf/Makefile.luna68k | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 283059fb0e1e -r df09c2d4bb77 sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k Mon Apr 17 18:13:44 2023 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k Thu Apr 20 13:49:10 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.luna68k,v 1.27 2015/09/06 02:17:30 uebayasi Exp $
+# $NetBSD: Makefile.luna68k,v 1.27.10.1 2023/04/20 13:49:10 martin Exp $
# Makefile for NetBSD
#
@@ -53,7 +53,7 @@ KERN_AS= library
MD_OBJS= locore.o
MD_LIBS= ${FPSP}
MD_CFILES=
-MD_SFILES=
+MD_SFILES= ${LUNA68K}/luna68k/locore.s
locore.o: ${LUNA68K}/luna68k/locore.s assym.h
${NORMAL_S}
Home |
Main Index |
Thread Index |
Old Index