Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/regress/sys/arch/m68k/060sp Pull up following revision(...
details: https://anonhg.NetBSD.org/src/rev/44532e49b589
branches: netbsd-7-0
changeset: 447817:44532e49b589
user: martin <martin%NetBSD.org@localhost>
date: Thu Jan 24 14:09:30 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 f583219e1e3e -r 44532e49b589 regress/sys/arch/m68k/060sp/Makefile
--- a/regress/sys/arch/m68k/060sp/Makefile Tue Jan 15 18:45:51 2019 +0000
+++ b/regress/sys/arch/m68k/060sp/Makefile Thu Jan 24 14:09:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/03/28 22:29:16 apb Exp $
+# $NetBSD: Makefile,v 1.14.44.1 2019/01/24 14:09:30 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