From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: 01/02: build: gnu-build-system: Don't run configure during bootstrap. Date: Sun, 16 Feb 2020 15:27:36 +0100 Message-ID: <877e0m7gkn.fsf@devup.no> References: <20200216072616.4957.58376@vcs0.savannah.gnu.org> <20200216072618.88AB021120@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34535) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3Ktf-0002G8-BZ for guix-devel@gnu.org; Sun, 16 Feb 2020 09:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3Ktb-0004JY-Ug for guix-devel@gnu.org; Sun, 16 Feb 2020 09:27:47 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:52985) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3Ktb-0004J7-HL for guix-devel@gnu.org; Sun, 16 Feb 2020 09:27:43 -0500 In-Reply-To: <20200216072618.88AB021120@vcs0.savannah.gnu.org> 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-mx.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner , guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable guix-commits@gnu.org writes: > commit 481a0f1a7ceac666a011b28324220584ead07698 > Author: Efraim Flashner > AuthorDate: Thu Feb 13 10:54:29 2020 +0200 > > build: gnu-build-system: Don't run configure during bootstrap. >=20=20=20=20=20 > * guix/build/gnu-build-system.scm (bootstrap): Add NOCONFIGURE > environment variable before running bootstrap scripts. [...] > @@ -190,6 +190,7 @@ working directory." > (if (executable-file? script) > (begin > (patch-shebang script) > + (setenv "NOCONFIGURE" "true") > (invoke script)) > (invoke "sh" script))) > (if (or (file-exists? "configure.ac") Should we unset NOCONFIGURE afterwards? Probably at least one package uses this variable for something completely different... --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5JUVkACgkQoqBt8qM6 VPpKVgf/SxiTrOUfxAgXglDnR2uNu/Qe45MgioCYWK14EJ5eboYG5QkTm00AW+23 KZqbg5K1fiqY/3VXLhD6qXK6biTO9pzsLfcT63lSpgdiQ8bRuH/8CEjeQ6hHPSsR pSZw3gcWAwRrhwyxVajizb+RihQA4U0OkCPDgLxQjU0wUAYrVrDCKAu2YHzIVgzm BKgO7uTqKDE/shENb+ZiAvH/z29AllcYRPDN4/M6GCNOF/yN41fmB8nyiQwpE3lV rnkOyPwCTnGA5GqWps+Dl5+cWmyRNdYs6aO/uLtBnvOWcw9eXTQe57hjYXkjdtnm gy1S7wawSG/xkLSMdUq55pELNg7X2g== =fL9B -----END PGP SIGNATURE----- --=-=-=--