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/boot64 Define NOMAN earlier.
details: https://anonhg.NetBSD.org/src/rev/c50b9204022e
branches: trunk
changeset: 761310:c50b9204022e
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Jan 23 13:18:02 2011 +0000
description:
Define NOMAN earlier.
diffstat:
sys/arch/sgimips/stand/boot64/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r c456e72300ea -r c50b9204022e sys/arch/sgimips/stand/boot64/Makefile
--- a/sys/arch/sgimips/stand/boot64/Makefile Sun Jan 23 13:17:02 2011 +0000
+++ b/sys/arch/sgimips/stand/boot64/Makefile Sun Jan 23 13:18:02 2011 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/01/22 19:19:23 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2011/01/23 13:18:02 joerg Exp $
PROG= ip30boot
+NOMAN= # defined
SRCS= start64.S boot.c bootinfo.c conf.c devopen.c putchar.c getchar.c \
getopt.c disk.c
@@ -28,9 +29,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