Deleted Added
full compact
UPDATING (251693) UPDATING (251794)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 17 unchanged lines hidden (view full) ---

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook:
8

--- 17 unchanged lines hidden (view full) ---

26 includes various WITNESS- related kernel options, INVARIANTS, malloc
27 debugging flags in userland, and various verbose features in the
28 kernel. Many developers choose to disable these features on build
29 machines to maximize performance. (To completely disable malloc
30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
31 disable the most expensive debugging functionality run
32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
33
3420130615:
35 CVS has been removed from the base system. An exact copy
36 of the code is available from the devel/cvs port.
37
3420130613:
35 Some people report the following error after the switch to bmake:
36
37 make: illegal option -- J
38 usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
39 ...
40 *** [buildworld] Error code 2
41

--- 1828 unchanged lines hidden (view full) ---

1870HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1871STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1872IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1873POSSIBILITY OF SUCH DAMAGE.
1874
1875Contact Warner Losh if you have any questions about your use of
1876this document.
1877
3820130613:
39 Some people report the following error after the switch to bmake:
40
41 make: illegal option -- J
42 usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
43 ...
44 *** [buildworld] Error code 2
45

--- 1828 unchanged lines hidden (view full) ---

1874HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1875STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1876IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1877POSSIBILITY OF SUCH DAMAGE.
1878
1879Contact Warner Losh if you have any questions about your use of
1880this document.
1881
1878$FreeBSD: head/UPDATING 251693 2013-06-13 18:39:17Z sjg $
1882$FreeBSD: head/UPDATING 251794 2013-06-15 20:29:07Z eadler $