[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 01/02: build: gnu-build-system: Don't run configure during bootstrap
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 |
User-agent: |
Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) |
address@hidden writes:
> commit 481a0f1a7ceac666a011b28324220584ead07698
> Author: Efraim Flashner <address@hidden>
> AuthorDate: Thu Feb 13 10:54:29 2020 +0200
>
> build: gnu-build-system: Don't run configure during bootstrap.
>
> * 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...
signature.asc
Description: PGP signature
- Re: 01/02: build: gnu-build-system: Don't run configure during bootstrap.,
Marius Bakke <=