Source-Changes-HG archive

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

[src/netbsd-7]: src/regress/sys/arch/m68k/060sp Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/3fbf00ce688a
branches:  netbsd-7
changeset: 447811:3fbf00ce688a
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 24 14:08:14 2019 +0000

description:
Pull up following revision(s) (requested by msaitoh in ticket #1674):

        regress/sys/arch/m68k/060sp/Makefile: revision 1.15

Replace manual realdepend dependency with DPSRCS.

diffstat:

 regress/sys/arch/m68k/060sp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ed1f91137a50 -r 3fbf00ce688a regress/sys/arch/m68k/060sp/Makefile
--- a/regress/sys/arch/m68k/060sp/Makefile      Tue Jan 15 18:43:59 2019 +0000
+++ b/regress/sys/arch/m68k/060sp/Makefile      Thu Jan 24 14:08:14 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2008/03/28 22:29:16 apb Exp $
+#      $NetBSD: Makefile,v 1.14.42.1 2019/01/24 14:08:14 martin Exp $
 
 NOMAN=         # defined
 
@@ -9,6 +9,7 @@
 AFLAGS+=       -I.
 CPPFLAGS+=     -I.
 SPDIR=         ${NETBSDSRCDIR}/sys/arch/m68k/060sp
+DPSRCS+=       itest.S ftest.S
 CLEANFILES+=   itest.S ftest.S
 
 .SUFFIXES: .S .sa
@@ -19,7 +20,7 @@
 
 .PATH: ${SPDIR}/dist
 
-realdepend dotestsubs.o: itest.S ftest.S
+dotestsubs.o: itest.S ftest.S
 
 regress: ${PROG}
        @/sbin/sysctl hw.model | grep -v -q 68060 || \



Home | Main Index | Thread Index | Old Index