summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-06-13 18:39:17 +0000
committersjg <sjg@FreeBSD.org>2013-06-13 18:39:17 +0000
commit56067c0e56473f033190cdeaac21c759d835372e (patch)
treee78d20ced199512a205755a6e47835cb804512f5 /UPDATING
parentdd71c1532c9a07d576c02845b473b427e0049bc4 (diff)
downloadFreeBSD-src-56067c0e56473f033190cdeaac21c759d835372e.zip
FreeBSD-src-56067c0e56473f033190cdeaac21c759d835372e.tar.gz
Explain remedy for -J error from old make
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d41f931..5d6711a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,23 @@ 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".)
+20130613:
+ Some people report the following error after the switch to bmake:
+
+ make: illegal option -- J
+ usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
+ ...
+ *** [buildworld] Error code 2
+
+ this likely due to an old instance of make in
+ ${MAKEPATH} (${MAKEOBJDIRPREFIX}${.CURDIR}/make.${MACHINE})
+ which src/Makefile will use that blindly, if it exists, so if
+ you see the above error:
+
+ rm -rf `make -V MAKEPATH`
+
+ should resolve it.
+
20130516:
Use bmake by default.
Whereas before one could choose to build with bmake via
OpenPOWER on IntegriCloud