From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Remove redundancy where mkdir-p is followed by install-file . Date: Mon, 21 Nov 2016 15:22:07 +0100 Message-ID: <87h970vrow.fsf@gnu.org> References: <5cf95ba2b20f58e0bfa9392ea0eb92cf@mykolab.ch> 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]:34697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8pU6-0003x9-Vh for guix-devel@gnu.org; Mon, 21 Nov 2016 09:22:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8pU2-0004rS-2m for guix-devel@gnu.org; Mon, 21 Nov 2016 09:22:14 -0500 In-Reply-To: <5cf95ba2b20f58e0bfa9392ea0eb92cf@mykolab.ch> (petter@mykolab.ch's message of "Sun, 20 Nov 2016 16:28: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" To: Petter Cc: guix-devel@gnu.org Hi Petter, Sounds like a good idea. Petter skribis: > From 595d438789c7c9a293ae7fac500ace7422073624 Mon Sep 17 00:00:00 2001 > From: Petter > Date: Sun, 20 Nov 2016 13:39:13 +0100 > Subject: [PATCH] gnu: Remove redundancy where mkdir-p is followed by > install-file . > > * gnu/packages/bioinformatics.scm (bwa)[source]: Remove redundant mkdir-p. > * gnu/packages/bioinformatics.scm (eigensoft)[source]: Likewise. > * gnu/packages/bioinformatics.scm (snap-aligner)[source]: Likewise. > * gnu/packages/bioinformatics.scm (pardre)[source]: Likewise. > * gnu/packages/bioinformatics.scm (piranha)[source]: Likewise. Nitpick: no need to repeat the file name for each entry here. > * gnu/packages/maths.scm (hypre)[source]: Likewise. > * gnu/packages/mp3.scm (mpc123)[source]: Likewise. > * gnu/packages/music.scm (tuxguitar)[source]: Likewise. > * gnu/packages/pdf.scm (impressive)[source]: Likewise. > * gnu/packages/qemu.scm (qemu)[source]: Likewise. > * gnu/packages/tls.scm (openssl)[source]: Likewise. The only question here before we can apply is how much gets rebuilt as a consequence of this change. Changing openssl would rebuild too much for instance, so that would go to the =E2=80=98core-updates=E2=80=99 branch. The rest looks OK for master, but could you check with =E2=80=98guix refres= h -l=E2=80=99 and submit separate patches accordingly? See on how to choose a branch. Thank you! Ludo=E2=80=99.