mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Mention the switch to bmake by default.
Reviewed by: obrien
This commit is contained in:
parent
72910f03e5
commit
ff8d43757d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250867
12
UPDATING
12
UPDATING
@ -31,6 +31,18 @@ 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".)
|
||||
|
||||
20130516:
|
||||
Use bmake by default.
|
||||
Whereas before one could choose to build with bmake via
|
||||
-DWITH_BMAKE one must now use -DWITHOUT_BMAKE to use the old
|
||||
make. The goal is to remove these knobs for 10-RELEASE.
|
||||
|
||||
It is worth noting that bmake (like gmake) treats the command
|
||||
line as the unit of failure, rather than statements within the
|
||||
command line. Thus '(cd some/where && dosomething)' is safer
|
||||
than 'cd some/where; dosomething'. The '()' allows consistent
|
||||
behavior in parallel build.
|
||||
|
||||
20130429:
|
||||
Fix a bug that allows NFS clients to issue READDIR on files.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user