summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-06-30 15:00:07 +0000
committersjg <sjg@FreeBSD.org>2013-06-30 15:00:07 +0000
commit67598354954cc4cd4f48722ee94092a3559bd729 (patch)
tree34468ec40363f318a9f9b479a7e09c207d66126a /UPDATING
parent523cdd9810148c88354d9ba17fa80d4ecc6fcd75 (diff)
downloadFreeBSD-src-67598354954cc4cd4f48722ee94092a3559bd729.zip
FreeBSD-src-67598354954cc4cd4f48722ee94092a3559bd729.tar.gz
Use && rather than ; when success of previous job matters.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 130a3b3..9ecc065 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130629:
+ Fix targets that run multiple make's to use && rather than ;
+ so that subsequent steps depend on success of previous.
+
+ NOTE: if building 'universe' with -j* on stable/8 or stable/9
+ it would be better to start the build using bmake, to avoid
+ overloading the machine.
+
20130618:
Fix a bug that allowed a tracing process (e.g. gdb) to write
to a memory-mapped file in the traced process's address space
OpenPOWER on IntegriCloud