Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/luna68k/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/4990bc397415
branches:  netbsd-9
changeset: 374351:4990bc397415
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 20 13:47:02 2023 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1627):

        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 e219407d8c98 -r 4990bc397415 sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k    Wed Apr 19 16:45:37 2023 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k    Thu Apr 20 13:47:02 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.4.1 2023/04/20 13:47:02 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