From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sBwhF+pE1l7tVgAA0tVLHw (envelope-from ) for ; Tue, 02 Jun 2020 12:24:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aEwzE+pE1l7IEQAAB5/wlQ (envelope-from ) for ; Tue, 02 Jun 2020 12:24:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0896D94050F for ; Tue, 2 Jun 2020 12:24:10 +0000 (UTC) Received: from localhost ([::1]:36654 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jg5xh-0008Dc-0P for larch@yhetil.org; Tue, 02 Jun 2020 08:24:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jg5xa-0008BT-Tc for guix-patches@gnu.org; Tue, 02 Jun 2020 08:24:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54817) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jg5xa-0006Qr-Kn for guix-patches@gnu.org; Tue, 02 Jun 2020 08:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jg5xa-0002tY-IB for guix-patches@gnu.org; Tue, 02 Jun 2020 08:24:02 -0400 Subject: bug#41643: [PATCH] build-system: linux-module: Allow passing #:make-flags argument. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 02 Jun 2020 12:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41643 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Mathieu Othacehe Cc: 41643-done@debbugs.gnu.org Mail-Followup-To: 41643@debbugs.gnu.org, dannym@scratchpost.org, dannym@scratchpost.org Received: via spool by 41643-done@debbugs.gnu.org id=D41643.159110058311036 (code D ref 41643); Tue, 02 Jun 2020 12:24:02 +0000 Received: (at 41643-done) by debbugs.gnu.org; 2 Jun 2020 12:23:03 +0000 Received: from localhost ([127.0.0.1]:38128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg5wd-0002rv-A4 for submit@debbugs.gnu.org; Tue, 02 Jun 2020 08:23:03 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:45918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jg5wb-0002r3-JI for 41643-done@debbugs.gnu.org; Tue, 02 Jun 2020 08:23:02 -0400 Received: from localhost (80-110-127-207.cgn.dynamic.surfer.at [80.110.127.207]) by dd26836.kasserver.com (Postfix) with ESMTPSA id D477C3364C22; Tue, 2 Jun 2020 14:22:59 +0200 (CEST) Date: Tue, 2 Jun 2020 14:22:59 +0200 From: Danny Milosavljevic Message-ID: <20200602142259.48258e27@scratchpost.org> In-Reply-To: <87zh9lx2gj.fsf@gnu.org> References: <20200601125910.12840-1-dannym@scratchpost.org> <87zh9lx2gj.fsf@gnu.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/=HK5yFgOO1dmcpzaK.ql=he"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: +2TNymsWTInc --Sig_/=HK5yFgOO1dmcpzaK.ql=he Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable It only works as the last argument on "apply". Using quasiquote for this w= ould be a little over-the-top. Also, almost all the other build system, even the ones using quasiquote, al= so pass them at the end of the argument list. Just scons-build-system doesn't= at one single place of multiple, and meson-build-system doesn't with configure-flags. I'm not opposed to doing it like you suggest, but let's do it for all the build systems in an extra patch. Pushed to guix master as commit f51fd97ec54a98668d63c52d8a6bd75d8dc3292e. --Sig_/=HK5yFgOO1dmcpzaK.ql=he Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl7WRKMACgkQ5xo1VCww uqVYdwf/VPMyeTjEo1u6ReUlDW4HU92wAaHtd3e/TP/KEeraK9pKbq+9KaZt/Emm VD2bEL/HwGyvQtTppBMIo5r8pagztAA48HbaKkkjuTVPE+JKurbO6VvftOM304Pz re4OpgsmJY5/+/E4HAnU6IHwEH0TtIy1m5RwMHD8XdZQ+mhFDemtpLZbCHMaW1wd BrKFn5LzQs3JhmiqYnsjaSot7KSg/kFnx5iMlLkIE8gvZCERkG9SQuXE0ac9boqV Ov1a9oXBaMQI0HunZXpR8ssOhT8D7XaGyV60T4kUX2MRiwq7u8FaRNmTDnE+PGKk VmS8odoLQA8M1WdbGj8iv43Aj+gQ2w== =KKWD -----END PGP SIGNATURE----- --Sig_/=HK5yFgOO1dmcpzaK.ql=he--