summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-10 16:37:53 +0000
committerimp <imp@FreeBSD.org>2014-05-10 16:37:53 +0000
commit83f75350837bec3abb754f10990fc31754daf37f (patch)
tree2b86218eed1201cddd0d3d94c82acbefd6bc4ebd /tools
parent51d6262e2845def773b18189819dca32353ac541 (diff)
downloadFreeBSD-src-83f75350837bec3abb754f10990fc31754daf37f.zip
FreeBSD-src-83f75350837bec3abb754f10990fc31754daf37f.tar.gz
Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a
check for EARLY_BUILD because it isn't necessary (MK_WARN=no will always be defined for that).
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_WARNS5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_WARNS b/tools/build/options/WITHOUT_WARNS
new file mode 100644
index 0000000..185a279
--- /dev/null
+++ b/tools/build/options/WITHOUT_WARNS
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set this to not add warning flags to the compiler invocations.
+Useful as a temporary workaround when code enters the tree
+which triggers warnings in environments that differ from the
+original develoepr.
OpenPOWER on IntegriCloud