enable fatal warnings
. kernel: fix some arm warnings . turn of fatal warnings for texinfo Change-Id: I71e228c87a7226adbbd940ccb1439e042d7b6e9a
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.10 2004/02/09 06:52:34 lukem Exp $
|
||||
|
||||
.if defined(__MINIX)
|
||||
NOCLANGERROR=yes
|
||||
NOGCCERROR=yes
|
||||
.endif
|
||||
|
||||
PROG= install-info
|
||||
SRCS= install-info.c
|
||||
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.4 2003/01/17 15:32:25 wiz Exp $
|
||||
|
||||
.if defined(__MINIX)
|
||||
NOGCCERROR=yes
|
||||
NOCLANGERROR=yes
|
||||
.endif
|
||||
|
||||
PROG= texindex
|
||||
SRCS= texindex.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user