Sat Sep 6 12:12:32 2014 UTC ()
Add WARNS=6


(christos)
diff -r1.335 -r1.336 src/share/mk/bsd.README

cvs diff -r1.335 -r1.336 src/share/mk/bsd.README (expand / switch to unified diff)

--- src/share/mk/bsd.README 2014/08/05 15:25:20 1.335
+++ src/share/mk/bsd.README 2014/09/06 12:12:32 1.336
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.README,v 1.335 2014/08/05 15:25:20 apb Exp $ 1# $NetBSD: bsd.README,v 1.336 2014/09/06 12:12:32 christos Exp $
2# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2# @(#)bsd.README 8.2 (Berkeley) 4/2/94
3 3
4This is the README file for the make "include" files for the NetBSD 4This is the README file for the make "include" files for the NetBSD
5source tree. The files are installed in /usr/share/mk, and are, 5source tree. The files are installed in /usr/share/mk, and are,
6by convention, named with the suffix ".mk". 6by convention, named with the suffix ".mk".
7 7
8Note, this file is not intended to replace reading through the .mk 8Note, this file is not intended to replace reading through the .mk
9files for anything tricky. 9files for anything tricky.
10 10
11=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
12 12
13RANDOM THINGS WORTH KNOWING: 13RANDOM THINGS WORTH KNOWING:
14 14
@@ -1959,26 +1959,27 @@ NOGCCERROR If defined, prevents passing  @@ -1959,26 +1959,27 @@ NOGCCERROR If defined, prevents passing
1959 that cause warnings to be fatal, such as: 1959 that cause warnings to be fatal, such as:
1960 -Werror -Wa,--fatal-warnings 1960 -Werror -Wa,--fatal-warnings
1961 (The latter being for as(1).) 1961 (The latter being for as(1).)
1962 1962
1963NOCLANGERROR If defined and clang is used as C compiler, -Werror is not 1963NOCLANGERROR If defined and clang is used as C compiler, -Werror is not
1964 passed to it. 1964 passed to it.
1965 1965
1966WARNS Crank up compiler warning options; the distinct levels are: 1966WARNS Crank up compiler warning options; the distinct levels are:
1967 WARNS=1 1967 WARNS=1
1968 WARNS=2 1968 WARNS=2
1969 WARNS=3 1969 WARNS=3
1970 WARNS=4 1970 WARNS=4
1971 WARNS=5 1971 WARNS=5
 1972 WARNS=6
1972 1973
1973=-=-=-=-= bsd.host.mk =-=-=-=-= 1974=-=-=-=-= bsd.host.mk =-=-=-=-=
1974 1975
1975This file is automatically included from bsd.own.mk. It contains settings 1976This file is automatically included from bsd.own.mk. It contains settings
1976for all the HOST_* variables that are used in host programs and libraries. 1977for all the HOST_* variables that are used in host programs and libraries.
1977 1978
1978HOST_AR The host archive processing command 1979HOST_AR The host archive processing command
1979 1980
1980HOST_CC The host c compiler 1981HOST_CC The host c compiler
1981 1982
1982HOST_CFLAGS The host c compiler flags 1983HOST_CFLAGS The host c compiler flags
1983 1984
1984HOST_COMPILE.c The host c compiler line with flags 1985HOST_COMPILE.c The host c compiler line with flags