From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51408) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5Uhi-00078n-L5 for guix-patches@gnu.org; Wed, 04 Sep 2019 08:48:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5Uhg-0000OO-Ie for guix-patches@gnu.org; Wed, 04 Sep 2019 08:48:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52171) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5Uhe-0000NB-KN for guix-patches@gnu.org; Wed, 04 Sep 2019 08:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5Uhe-0005Cc-Ff for guix-patches@gnu.org; Wed, 04 Sep 2019 08:48:02 -0400 Subject: [bug#36477] [PATCH v3 47/48] scripts: system: Add --target option. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-48-m.othacehe@gmail.com> Date: Wed, 04 Sep 2019 14:47:21 +0200 In-Reply-To: <20190902153333.11190-48-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Mon, 2 Sep 2019 17:33:32 +0200") Message-ID: <874l1s449y.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 36477@debbugs.gnu.org Mathieu Othacehe skribis: > * guix/scripts/system.scm (%options): Add target option, > (%default-options): ditto, > (process-action): Rename existing target variable to target-file and pass new > target variable to run-with-store procedure. OK!