Andy Wingo writes: > On Fri 29 Apr 2016 17:12, Jan Nieuwenhuizen <jann...@gnu.org> writes: > >> @@ -36,6 +39,7 @@ >> #:allow-other-keys) >> (let ((out (assoc-ref outputs "out")) >> (doc (assoc-ref outputs "doc"))) >> + (format #t "configure flags: ~s~%" configure-flags) >> (zero? (apply system* "./configure" >> (string-append "SHELL=" (which "sh")) >> (string-append "--build=" build) > > Please remove :)
Hmm. Yes. I should maybe at least have put this in the commit message? It started out as a debug message...it confused me that the log file did not mention my extra configure flags until I found guix/build/gnu-build-system.scm (configure): (format #t "source directory: ~s (relative from build: ~s)~%" abs-srcdir srcdir) (if out-of-source? (begin (mkdir "../build") (chdir "../build"))) (format #t "build directory: ~s~%" (getcwd)) (format #t "configure flags: ~s~%" flags) and I thought that at least printing the configure flags in ncurses' custom configure stage would be nice. WDYT? > Otherwise LGTM. Otherwise I'd gladly remove it. Greetings, Jan -- Jan Nieuwenhuizen <jann...@gnu.org> | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.nl