Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch PR/9567: Arne H. Juul: .BEGIN targets should not us...
details: https://anonhg.NetBSD.org/src/rev/20029be55fca
branches: trunk
changeset: 580592:20029be55fca
user: christos <christos%NetBSD.org@localhost>
date: Sun May 01 00:31:23 2005 +0000
description:
PR/9567: Arne H. Juul: .BEGIN targets should not use dependencies.
diffstat:
sys/arch/i386/stand/Makefile.booters | 5 ++---
sys/arch/news68k/stand/boot/Makefile | 5 ++---
sys/arch/news68k/stand/bootxx/Makefile | 5 ++---
3 files changed, 6 insertions(+), 9 deletions(-)
diffs (62 lines):
diff -r 059f708016d2 -r 20029be55fca sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters Sat Apr 30 20:54:13 2005 +0000
+++ b/sys/arch/i386/stand/Makefile.booters Sun May 01 00:31:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.58 2004/09/06 23:41:21 thorpej Exp $
+# $NetBSD: Makefile.booters,v 1.59 2005/05/01 00:31:23 christos Exp $
.include <bsd.own.mk>
@@ -50,11 +50,10 @@
SRCS+= vers.c
.if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN: machine x86 lib
.NOPATH: machine x86
.endif
-realdepend realall: machine x86 lib
+depend realall: machine x86 lib
CLEANFILES+= machine x86
machine:: x86
diff -r 059f708016d2 -r 20029be55fca sys/arch/news68k/stand/boot/Makefile
--- a/sys/arch/news68k/stand/boot/Makefile Sat Apr 30 20:54:13 2005 +0000
+++ b/sys/arch/news68k/stand/boot/Makefile Sun May 01 00:31:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/04/19 07:34:15 tsutsui Exp $
+# $NetBSD: Makefile,v 1.18 2005/05/01 00:32:53 christos Exp $
NOMAN= # defined
@@ -30,9 +30,8 @@
L= ${COMMONOBJ}/lib
LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a ${L}/z/libz.a
-.BEGIN: machine m68k
.NOPATH: machine m68k
-realdepend realall: machine m68k
+depend realall: machine m68k
machine::
-rm -f $@
diff -r 059f708016d2 -r 20029be55fca sys/arch/news68k/stand/bootxx/Makefile
--- a/sys/arch/news68k/stand/bootxx/Makefile Sat Apr 30 20:54:13 2005 +0000
+++ b/sys/arch/news68k/stand/bootxx/Makefile Sun May 01 00:31:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/05/20 14:05:22 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/01 00:33:37 christos Exp $
NOMAN= # defined
@@ -32,9 +32,8 @@
L= ${COMMONOBJ}/lib
LIBS= ${L}/sa/libsa.a ${L}/kern/libkern.a
-.BEGIN: machine m68k
.NOPATH: machine m68k
-realdepend realall: machine m68k
+depend realall: machine m68k
machine::
-rm -f $@
Home |
Main Index |
Thread Index |
Old Index