Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/stand move the NODEBUG to the boot blocks only.
details: https://anonhg.NetBSD.org/src/rev/39b3171d0cc8
branches: trunk
changeset: 343701:39b3171d0cc8
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 21 14:50:05 2016 +0000
description:
move the NODEBUG to the boot blocks only.
diffstat:
sys/arch/hppa/stand/Makefile.buildboot | 3 ++-
sys/arch/hppa/stand/Makefile.inc | 3 +--
sys/arch/hppa/stand/xxboot/Makefile | 3 ++-
3 files changed, 5 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 841c2c30c1f1 -r 39b3171d0cc8 sys/arch/hppa/stand/Makefile.buildboot
--- a/sys/arch/hppa/stand/Makefile.buildboot Sun Feb 21 13:33:47 2016 +0000
+++ b/sys/arch/hppa/stand/Makefile.buildboot Sun Feb 21 14:50:05 2016 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.buildboot,v 1.1 2014/02/24 07:23:43 skrll Exp $
+# $NetBSD: Makefile.buildboot,v 1.2 2016/02/21 14:50:05 christos Exp $
+NODEBUG=yes
RELOC= 120000
HEAP_LIMIT=0x1c0000
#DEBUGFLAGS=-DDEBUG
diff -r 841c2c30c1f1 -r 39b3171d0cc8 sys/arch/hppa/stand/Makefile.inc
--- a/sys/arch/hppa/stand/Makefile.inc Sun Feb 21 13:33:47 2016 +0000
+++ b/sys/arch/hppa/stand/Makefile.inc Sun Feb 21 14:50:05 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.2 2016/02/21 03:33:18 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2016/02/21 14:50:05 christos Exp $
NOPIE=yes
NOCTF=yes
-NODEBUG=yes
BINDIR= /usr/mdec
.include <bsd.init.mk>
diff -r 841c2c30c1f1 -r 39b3171d0cc8 sys/arch/hppa/stand/xxboot/Makefile
--- a/sys/arch/hppa/stand/xxboot/Makefile Sun Feb 21 13:33:47 2016 +0000
+++ b/sys/arch/hppa/stand/xxboot/Makefile Sun Feb 21 14:50:05 2016 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/02/24 07:23:43 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2016/02/21 14:50:05 christos Exp $
+NODEBUG=yes
PROG= xxboot
NOMAN= # defined
SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
Home |
Main Index |
Thread Index |
Old Index