Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/installboot use WARNS instead of muckin...



details:   https://anonhg.NetBSD.org/src/rev/beb1ddf93343
branches:  trunk
changeset: 770765:beb1ddf93343
user:      chs <chs%NetBSD.org@localhost>
date:      Tue Nov 01 13:19:53 2011 +0000

description:
use WARNS instead of mucking with CFLAGS directly.

diffstat:

 sys/arch/atari/stand/installboot/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 4622a2835b3f -r beb1ddf93343 sys/arch/atari/stand/installboot/Makefile
--- a/sys/arch/atari/stand/installboot/Makefile Tue Nov 01 12:52:28 2011 +0000
+++ b/sys/arch/atari/stand/installboot/Makefile Tue Nov 01 13:19:53 2011 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 2001/12/12 01:49:39 tv Exp $
+#      $NetBSD: Makefile,v 1.6 2011/11/01 13:19:53 chs Exp $
 
+WARNS= 4
 PROG=  installboot
 NOMAN= # defined
 SRCS=  installboot.c disklabel.c
 BINDIR=        /usr/mdec
 LDADD= -lkvm
 
-CFLAGS+=-Wall
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index