Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/bootxxx Correct SRCS; bsdstart.S not bs...



details:   https://anonhg.NetBSD.org/src/rev/6d9f57246594
branches:  trunk
changeset: 935399:6d9f57246594
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Jul 01 23:37:10 2020 +0000

description:
Correct SRCS; bsdstart.S not bsdstart.s.

Fix build with bsd.dep.mk rev 1.87, which requires more strict
filename matching.

Found by martin.

diffstat:

 sys/arch/atari/stand/bootxxx/Makefile.bootxxx |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 456293bcc292 -r 6d9f57246594 sys/arch/atari/stand/bootxxx/Makefile.bootxxx
--- a/sys/arch/atari/stand/bootxxx/Makefile.bootxxx     Wed Jul 01 18:02:26 2020 +0000
+++ b/sys/arch/atari/stand/bootxxx/Makefile.bootxxx     Wed Jul 01 23:37:10 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.bootxxx,v 1.8 2014/01/12 15:26:28 tsutsui Exp $
+#      $NetBSD: Makefile.bootxxx,v 1.9 2020/07/01 23:37:10 rin Exp $
 
 NOMAN= # defined
 
@@ -39,7 +39,7 @@
 #
 # Warning: start.S should be the first source!
 #
-SRCS=  start.S bootxxx.c aout.c bsdstart.s elf.c filesystem.c sysinfo.c
+SRCS=  start.S bootxxx.c aout.c bsdstart.S elf.c filesystem.c sysinfo.c
 
 LIBS=  ${LIBSA} ${LIBKERN}
 



Home | Main Index | Thread Index | Old Index