From owner-svn-doc-all@freebsd.org Mon Dec 4 11:34:27 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64BE5DF95C7; Mon, 4 Dec 2017 11:34:27 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 27B81646B5; Mon, 4 Dec 2017 11:34:26 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 73844BDD25; Mon, 4 Dec 2017 12:34:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=KJLexfrdG2W HZw/B73mVVrKBHz0=; b=D+qQo2y6zWNUtaHlZ+uF+4IsRg13XDUPf6av3hjFq7Q 5HyXagqa+pHLuioMWMVxjjmWukdnxe8iZYYlXag34oYYtubg/ByJC5g+1jeVd3LY 4jKspPqkPsspc8z4UWStZGTcP4C+NuXZmjx/Y8C3NQ0883JSpMYUlJPuwc74zwW8 = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 4998CBDD1E; Mon, 4 Dec 2017 12:34:24 +0100 (CET) Subject: Re: svn commit: r51065 - head/share/mk To: Wolfram Schneider Cc: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org References: <201710061044.v96Ai0We005019@repo.freebsd.org> From: Mathieu Arnold Message-ID: <51fe9e8a-9bcc-4929-5774-b0efb6cf51cc@mat.cc> Date: Mon, 4 Dec 2017 12:34:23 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 11:34:27 -0000 Le 01/12/2017 =C3=A0 17:44, Wolfram Schneider a =C3=A9crit=C2=A0: > On 29 November 2017 at 15:53, Mathieu Arnold wrote: >> Le 06/10/2017 =C3=A0 12:44, Wolfram Schneider a =C3=A9crit : >>> Author: wosch >>> Date: Fri Oct 6 10:44:00 2017 >>> New Revision: 51065 >>> URL: https://svnweb.freebsd.org/changeset/doc/51065 >>> >>> Log: >>> 'make obj' doesn't really work for the docs, disable it by default >>> >>> PR: 222488 >> >> It does if you run: >> >> make obj && make objlink && make >> >> now I have to carry a local patch that arcanist keeps complaining abou= t :( > what is arcanist and where does we use it in the documentation build? > At which point our build process depends on "obj"? Unless I misunderstand how all this works, using MAKEOBJDIRPREFIX requires obj. I work on different branches at the same time, so I set: =C2=A0 current_branch=3D$(git rev-parse --abbrev-ref HEAD) =C2=A0 export MAKEOBJDIRPREFIX=3D/tmp/doc/${current_branch}/obj to make sure the different branches are build in different places. > BTW, I didn't removed the obj code. It is just disabled by default for > the doc project. You can enable it again by setting the env variables. The only way to re-enable the objcode is to remove that line. Which then makes my checkout unclean, which many tools complain about. (arcanist being one of them, but git svn complains too.) --=20 Mathieu Arnold