]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r365631: Only set WARNS if not defined
authorKyle Evans <kevans@FreeBSD.org>
Wed, 16 Sep 2020 23:17:15 +0000 (23:17 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 16 Sep 2020 23:17:15 +0000 (23:17 +0000)
commit7d67285b7bb426b8487b9221987c5d910091a840
treea439be9e439520f8a3a335750176e4176fda54e7
parent25e38e79ad3a694a3469acdba7634bc860bde19a
MFC r365631: Only set WARNS if not defined

This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.

Not currently touching the numerous instances in ^/tools.
24 files changed:
gnu/usr.bin/gperf/Makefile
lib/libc++/Makefile
lib/libcxxrt/Makefile
lib/libopenbsd/Makefile
lib/libsqlite3/Makefile
lib/libucl/Makefile
lib/libzstd/Makefile
libexec/dma/dma-mbox-create/Makefile
libexec/dma/dmagent/Makefile
sbin/gvinum/Makefile
sbin/tunefs/Makefile
stand/efi/boot1/Makefile
stand/efi/gptboot/Makefile
stand/liblua/Makefile
usr.bin/bmake/Makefile.inc
usr.bin/iscsictl/Makefile
usr.bin/localedef/Makefile
usr.bin/m4/Makefile
usr.bin/users/Makefile
usr.bin/zstd/Makefile
usr.sbin/autofs/Makefile
usr.sbin/iscsid/Makefile
usr.sbin/uefisign/Makefile
usr.sbin/ypldap/Makefile