Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand add dependall and realdepend to the targ...
details: https://anonhg.NetBSD.org/src/rev/b22e967a8464
branches: trunk
changeset: 580711:b22e967a8464
user: christos <christos%NetBSD.org@localhost>
date: Thu May 05 18:03:04 2005 +0000
description:
add dependall and realdepend to the targets that we need to call in the
beginning. XXX: The real fix (handle dependencies in .BEGIN) is forthcoming.
diffstat:
sys/arch/i386/stand/Makefile.booters | 4 ++--
sys/arch/i386/stand/boot/Makefile.boot | 4 ++--
sys/arch/i386/stand/bootxx/Makefile.bootxx | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 05712569ccc0 -r b22e967a8464 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters Thu May 05 17:54:45 2005 +0000
+++ b/sys/arch/i386/stand/Makefile.booters Thu May 05 18:03:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.59 2005/05/01 00:31:23 christos Exp $
+# $NetBSD: Makefile.booters,v 1.60 2005/05/05 18:03:04 christos Exp $
.include <bsd.own.mk>
@@ -53,7 +53,7 @@
.NOPATH: machine x86
.endif
-depend realall: machine x86 lib
+depend dependall realdepend realall: machine x86 lib
CLEANFILES+= machine x86
machine:: x86
diff -r 05712569ccc0 -r b22e967a8464 sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot Thu May 05 17:54:45 2005 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot Thu May 05 18:03:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.19 2005/05/01 03:07:12 christos Exp $
+# $NetBSD: Makefile.boot,v 1.20 2005/05/05 18:03:04 christos Exp $
S= ${.CURDIR}/../../../../../
@@ -84,7 +84,7 @@
.NOPATH: machine x86
.endif
-depend realall: machine x86 lib
+depend dependall realdepend realall: machine x86 lib
CLEANFILES+= machine x86
machine::
diff -r 05712569ccc0 -r b22e967a8464 sys/arch/i386/stand/bootxx/Makefile.bootxx
--- a/sys/arch/i386/stand/bootxx/Makefile.bootxx Thu May 05 17:54:45 2005 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx Thu May 05 18:03:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootxx,v 1.16 2005/05/01 03:07:12 christos Exp $
+# $NetBSD: Makefile.bootxx,v 1.17 2005/05/05 18:03:04 christos Exp $
S= ${.CURDIR}/../../../../../
@@ -90,7 +90,7 @@
.NOPATH: machine x86
.endif
-depend realall: machine x86 lib
+depend dependall realdepend realall: machine x86 lib
CLEANFILES+= machine x86
machine::
Home |
Main Index |
Thread Index |
Old Index