Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/stand Define NOMAN earlier
details: https://anonhg.NetBSD.org/src/rev/993703146aa0
branches: trunk
changeset: 761339:993703146aa0
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jan 24 19:26:16 2011 +0000
description:
Define NOMAN earlier
diffstat:
sys/arch/sgimips/stand/Makefile.booters | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 5fc06cf3daa2 -r 993703146aa0 sys/arch/sgimips/stand/Makefile.booters
--- a/sys/arch/sgimips/stand/Makefile.booters Mon Jan 24 19:13:55 2011 +0000
+++ b/sys/arch/sgimips/stand/Makefile.booters Mon Jan 24 19:26:16 2011 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.booters,v 1.18 2011/01/22 19:19:23 joerg Exp $
+# $NetBSD: Makefile.booters,v 1.19 2011/01/24 19:26:16 joerg Exp $
+
+# PROG set by parent.
+NOMAN= # defined
.include <bsd.own.mk>
.include <bsd.sys.mk> # for HOST_SH
@@ -34,9 +37,6 @@
CPPFLAGS+= -Dsgimips
-# PROG set by parent.
-NOMAN= # defined
-
# We load the kernel at 420K in from the start of RAM to give the boot
# loader plenty of breathing room. Load the boot loader starting at
# the second page of RAM.
Home |
Main Index |
Thread Index |
Old Index