summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-01-26 21:33:07 +0000
committerimp <imp@FreeBSD.org>2002-01-26 21:33:07 +0000
commit5efb1c66d85cec3f83a200c55c18081dd809ccb5 (patch)
tree2d06c9227dc492403cac4d4133019c851c06b68c /UPDATING
parent56748c135c10c3e671f5348b344320182d9b804c (diff)
downloadFreeBSD-src-5efb1c66d85cec3f83a200c55c18081dd809ccb5.zip
FreeBSD-src-5efb1c66d85cec3f83a200c55c18081dd809ccb5.tar.gz
Add some verbage about make environment poisoning.
Submitted by: sheldonh Ignored for two months by: imp
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d8a3dd3..efee3d5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -812,6 +812,13 @@ COMMON ITEMS:
or several minor releases, or when several months have passed
on the -current branch).
+ Sometimes, obscure build problems are the result of environment
+ poisoning. This can happen because the make utility reads its
+ environment when searching for values for global variables.
+ To run your build attempts in an "environmental clean room",
+ prefix all make commands with 'env -i '. See the env(1) manual
+ page for more details.
+
To build a kernel
-----------------
If you are updating from a prior version of FreeBSD (even one just
OpenPOWER on IntegriCloud