From owner-svn-doc-head@FreeBSD.ORG Thu Oct 31 15:37:25 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3C0C2BD; Thu, 31 Oct 2013 15:37:25 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A14A12809; Thu, 31 Oct 2013 15:37:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VFbPvk046616; Thu, 31 Oct 2013 15:37:25 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VFbPQU046615; Thu, 31 Oct 2013 15:37:25 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310311537.r9VFbPQU046615@svn.freebsd.org> From: Gabor Pali Date: Thu, 31 Oct 2013 15:37:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43085 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 15:37:25 -0000 Author: pgj Date: Thu Oct 31 15:37:25 2013 New Revision: 43085 URL: http://svnweb.freebsd.org/changeset/doc/43085 Log: - Add a brief note on the "developer mode" for porting Requested by: bapt Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Oct 31 15:14:56 2013 (r43084) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Oct 31 15:37:25 2013 (r43085) @@ -125,6 +125,18 @@ too. + + It is recommended to set the DEVELOPER + &man.make.1; variable in /etc/make.conf + before getting into porting. + + &prompt.root; echo DEVELOPER=yes >> /etc/make.conf + + This setting enables the developer mode that + displays deprecation warnings and activates some further quality + checks on calling the make command. + + Writing the <filename>Makefile</filename>