me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-02-13 10:54:29 +02:00
parent acb9277480
commit 481a0f1a7c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ working directory."
(if (executable-file? script) (if (executable-file? script)
(begin (begin
(patch-shebang script) (patch-shebang script)
(setenv "NOCONFIGURE" "true")
(invoke script)) (invoke script))
(invoke "sh" script))) (invoke "sh" script)))
(if (or (file-exists? "configure.ac") (if (or (file-exists? "configure.ac")