Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Define NOMAN earlier
details: https://anonhg.NetBSD.org/src/rev/186054383f50
branches: trunk
changeset: 761311:186054383f50
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Jan 23 13:18:57 2011 +0000
description:
Define NOMAN earlier
diffstat:
sys/arch/alpha/stand/Makefile.bootprogs | 4 +++-
sys/arch/alpha/stand/Makefile.inc | 2 +-
sys/arch/pmax/stand/Makefile.booters | 6 +++---
3 files changed, 7 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r c50b9204022e -r 186054383f50 sys/arch/alpha/stand/Makefile.bootprogs
--- a/sys/arch/alpha/stand/Makefile.bootprogs Sun Jan 23 13:18:02 2011 +0000
+++ b/sys/arch/alpha/stand/Makefile.bootprogs Sun Jan 23 13:18:57 2011 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.bootprogs,v 1.31 2011/01/22 19:19:15 joerg Exp $
+# $NetBSD: Makefile.bootprogs,v 1.32 2011/01/23 13:24:05 joerg Exp $
+
+NOMAN= # defined
.include <bsd.own.mk>
.include <bsd.sys.mk> # for HOST_SH
diff -r c50b9204022e -r 186054383f50 sys/arch/alpha/stand/Makefile.inc
--- a/sys/arch/alpha/stand/Makefile.inc Sun Jan 23 13:18:02 2011 +0000
+++ b/sys/arch/alpha/stand/Makefile.inc Sun Jan 23 13:18:57 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.22 2005/12/11 12:16:20 christos Exp $
+# $NetBSD: Makefile.inc,v 1.23 2011/01/23 13:24:05 joerg Exp $
NOMAN= # defined
diff -r c50b9204022e -r 186054383f50 sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters Sun Jan 23 13:18:02 2011 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters Sun Jan 23 13:18:57 2011 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.booters,v 1.53 2011/01/22 19:19:21 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.54 2011/01/23 13:18:57 joerg Exp $
+
+NOMAN= # defined
.include <bsd.own.mk>
.include <bsd.sys.mk> # for HOST_SH
@@ -31,8 +33,6 @@
PRIMARY_LOAD_ADDRESS?= 0x80700000
SECONDARY_LOAD_ADDRESS?=0x80710000
-NOMAN= # defined
-
.if defined(PRIMARY_PROG)
PROG= ${PRIMARY_PROG}
SRCS = start.S bootxx.c callvec.c
Home |
Main Index |
Thread Index |
Old Index