Module Name:    src
Committed By:   christos
Date:           Sun Feb 21 14:50:05 UTC 2016

Modified Files:
        src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc
        src/sys/arch/hppa/stand/xxboot: Makefile

Log Message:
move the NODEBUG to the boot blocks only.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/Makefile.buildboot
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/stand/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/xxboot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/stand/Makefile.buildboot
diff -u src/sys/arch/hppa/stand/Makefile.buildboot:1.1 src/sys/arch/hppa/stand/Makefile.buildboot:1.2
--- src/sys/arch/hppa/stand/Makefile.buildboot:1.1	Mon Feb 24 02:23:43 2014
+++ src/sys/arch/hppa/stand/Makefile.buildboot	Sun Feb 21 09:50:05 2016
@@ -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

Index: src/sys/arch/hppa/stand/Makefile.inc
diff -u src/sys/arch/hppa/stand/Makefile.inc:1.2 src/sys/arch/hppa/stand/Makefile.inc:1.3
--- src/sys/arch/hppa/stand/Makefile.inc:1.2	Sat Feb 20 22:33:18 2016
+++ src/sys/arch/hppa/stand/Makefile.inc	Sun Feb 21 09:50:05 2016
@@ -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>

Index: src/sys/arch/hppa/stand/xxboot/Makefile
diff -u src/sys/arch/hppa/stand/xxboot/Makefile:1.1 src/sys/arch/hppa/stand/xxboot/Makefile:1.2
--- src/sys/arch/hppa/stand/xxboot/Makefile:1.1	Mon Feb 24 02:23:43 2014
+++ src/sys/arch/hppa/stand/xxboot/Makefile	Sun Feb 21 09:50:05 2016
@@ -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

Reply via email to