From owner-cvs-all@FreeBSD.ORG Mon Dec 20 19:03:37 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFFB01065673; Mon, 20 Dec 2010 19:03:37 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C408A8FC25; Mon, 20 Dec 2010 19:03:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBKJ3bJ1040355; Mon, 20 Dec 2010 19:03:37 GMT (envelope-from bcr@repoman.freebsd.org) Received: (from bcr@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBKJ3b1o040354; Mon, 20 Dec 2010 19:03:37 GMT (envelope-from bcr) Message-Id: <201012201903.oBKJ3b1o040354@repoman.freebsd.org> From: Benedict Reuschling Date: Mon, 20 Dec 2010 19:03:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Dec 2010 19:03:38 -0000 bcr 2010-12-20 19:03:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Correct some parts based on feedback and suggestions by netchild: - add more explanations about why it is a good idea to remove old libs - move the "make delete-old" step after the second mergemaster, because that is safer [1] - remove the extra "make check-old-libs" because it is done together with "make check-old" - BATCH_DELETE_OLD_FILES is a make variable and not an environment variable - warn more vividly that the user has to recompile ports and other programs before running "make delete-old-libs" and explain how to do this - mention that portupgrade can also be used to recompile ports [1] this brings the handbook in sync with the description in /usr/src/UPDATING changed in r216591. Discussed with: netchild Revision Changes Path 1.252 +38 -25 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml