Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/stand Convert to .BEGIN for machine/sys



details:   https://anonhg.NetBSD.org/src/rev/606095bd6298
branches:  trunk
changeset: 580856:606095bd6298
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed May 11 18:14:49 2005 +0000

description:
Convert to .BEGIN for machine/sys

diffstat:

 sys/arch/news68k/stand/boot/Makefile   |  4 ++--
 sys/arch/news68k/stand/bootxx/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r f79a0a7f7a2f -r 606095bd6298 sys/arch/news68k/stand/boot/Makefile
--- a/sys/arch/news68k/stand/boot/Makefile      Wed May 11 17:41:52 2005 +0000
+++ b/sys/arch/news68k/stand/boot/Makefile      Wed May 11 18:14:49 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2005/05/01 00:32:53 christos Exp $
+#      $NetBSD: Makefile,v 1.19 2005/05/11 18:14:49 jmc Exp $
 
 NOMAN= # defined
 
@@ -31,7 +31,7 @@
 LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a ${L}/z/libz.a
 
 .NOPATH: machine m68k
-depend realall: machine m68k
+.BEGIN: machine m68k
 
 machine::
        -rm -f $@
diff -r f79a0a7f7a2f -r 606095bd6298 sys/arch/news68k/stand/bootxx/Makefile
--- a/sys/arch/news68k/stand/bootxx/Makefile    Wed May 11 17:41:52 2005 +0000
+++ b/sys/arch/news68k/stand/bootxx/Makefile    Wed May 11 18:14:49 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2005/05/01 00:33:37 christos Exp $
+#      $NetBSD: Makefile,v 1.12 2005/05/11 18:15:40 jmc Exp $
 
 NOMAN= # defined
 
@@ -33,7 +33,7 @@
 LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a
 
 .NOPATH: machine m68k
-depend realall: machine m68k
+.BEGIN: machine m68k
 
 machine::
        -rm -f $@



Home | Main Index | Thread Index | Old Index