From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 07/13] build: Add 'DL' silent rule. Date: Tue, 26 Jan 2016 17:28:22 +0100 Message-ID: <87si1knw49.fsf@gnu.org> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> <1453666771-16869-8-git-send-email-mthl@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]:38721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO6Tn-0000sB-Fd for guix-devel@gnu.org; Tue, 26 Jan 2016 11:28:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO6Tk-0000vf-2y for guix-devel@gnu.org; Tue, 26 Jan 2016 11:28:31 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO6Tj-0000vb-WF for guix-devel@gnu.org; Tue, 26 Jan 2016 11:28:28 -0500 In-Reply-To: <1453666771-16869-8-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 24 Jan 2016 21:19:25 +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@gnu.org Mathieu Lirzin skribis: > * Makefile.am (AM_V_DL, AM_V_DL_, AM_V_DL_0): New variables. > * gnu-system.am (gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz) > (gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz) > (gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz) > (gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Use $(AM_V_DL= ). Since downloading is pretty unusual and unexpected (understandably so), I wonder if we should it leave this one as noisy as it is so that people see the name of the script that downloads the thing and inspect it. WDYT? Ludo=E2=80=99.