Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand i was fooling myself to believe that th...



details:   https://anonhg.NetBSD.org/src/rev/b7565878e6ae
branches:  trunk
changeset: 471581:b7565878e6ae
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 04:38:27 1999 +0000

description:
i was fooling myself to believe that these would build with all warnings

diffstat:

 sys/arch/alpha/stand/Makefile.bootprogs |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 182b70eb9f67 -r b7565878e6ae sys/arch/alpha/stand/Makefile.bootprogs
--- a/sys/arch/alpha/stand/Makefile.bootprogs   Mon Apr 05 03:42:50 1999 +0000
+++ b/sys/arch/alpha/stand/Makefile.bootprogs   Mon Apr 05 04:38:27 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootprogs,v 1.10 1999/04/05 03:35:24 cgd Exp $
+# $NetBSD: Makefile.bootprogs,v 1.11 1999/04/05 04:38:27 cgd Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -9,6 +9,9 @@
 
 STRIP?=        strip
 
+# XXX Can't do warnings yet.
+WARNS= 0
+
 CHECKSIZE_CMD= SIZE=${SIZE} sh ${.CURDIR}/../common/checksize.sh
 
 .PHONY: machine-links



Home | Main Index | Thread Index | Old Index