gnu: frama-c: Build verbosely.
As verbosely as most other packages, that is. * gnu/packages/maths.scm (frama-c)[arguments]: Add "--enable-verbosemake" to #:configure-flags.
This commit is contained in:
parent
fcf54c717f
commit
7abf96a2ec
1 changed files with 2 additions and 0 deletions
|
@ -8171,6 +8171,8 @@ of C, Java, or Ada programs.")
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; no test target in Makefile
|
`(#:tests? #f; no test target in Makefile
|
||||||
|
#:configure-flags
|
||||||
|
(list "--enable-verbosemake") ; to aid debugging
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'export-shell
|
(add-before 'configure 'export-shell
|
||||||
|
|
Reference in a new issue