From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 03/03: build: Do not remake doc/guix.1. Date: Fri, 18 Mar 2016 22:09:27 +0100 Message-ID: <87fuvnjxx4.fsf@gnu.org> References: <20160316233159.29712.78586@vcs.savannah.gnu.org> <874mc421ri.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ah1eJ-00070F-Iy for guix-devel@gnu.org; Fri, 18 Mar 2016 17:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ah1eG-0000cw-CX for guix-devel@gnu.org; Fri, 18 Mar 2016 17:09:35 -0400 In-Reply-To: <874mc421ri.fsf@gnu.org> (Mathieu Lirzin's message of "Thu, 17 Mar 2016 23:11:29 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel , Eric Bavier Mathieu Lirzin skribis: > Eric Bavier writes: > >> bavier pushed a commit to branch master >> in repository guix. >> >> commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60 >> Author: Eric Bavier >> Date: Wed Mar 16 12:53:55 2016 -0500 >> >> build: Do not remake doc/guix.1. >>=20=20=20=20=20 >> * doc.am (doc/guix.1): Do not depend on $(sub_commands_mans) which w= ill >> always appear out-of-date. >> --- > > Can you explain more extensively what was the issue? I don't understand > why $(sub_commands_mans) always appeared out-of-date. The problem was that doc/guix.1 would always be remade, as could be witnessed when running =E2=80=98make distcheck=E2=80=99. Ludo=E2=80=99.