Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/sys/arch/luna68k/conf Pull up following revision(s) (req...
details: https://anonhg.NetBSD.org/src/rev/17d414a8771c
branches: netbsd-10
changeset: 374348:17d414a8771c
user: martin <martin%NetBSD.org@localhost>
date: Thu Apr 20 13:45:20 2023 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #143):
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 b16ab5f41f98 -r 17d414a8771c sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k Wed Apr 19 16:41:18 2023 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k Thu Apr 20 13:45:20 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.luna68k,v 1.29 2018/09/22 12:24:02 rin Exp $
+# $NetBSD: Makefile.luna68k,v 1.29.30.1 2023/04/20 13:45:20 martin Exp $
# Makefile for NetBSD
#
@@ -48,7 +48,7 @@ OPT_MODULAR= %MODULAR%
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