2020-09-08 20:52:39 UTC, Michael Orlitzky:
>
> We could pretty easily add a -q (quiet) flag to ./bootstrap if it would 
> improve your quality of life. Mostly it involves not running `echo` in a 
> few places, and passing "-s" to "$(MAKE) bootstrap-clean". The only 
> thing remotely tricky would be to filter the 
>
>   configure.ac:$LINENO: installing <file> 
>
> output from "automake --add-missing", which apparently has no quiet mode 
> itself. 

Thanks for offering this, I opened a ticket for it:

- Add a quiet mode for bootstrap
  https://trac.sagemath.org/ticket/30533

And it would be nice if bootstrap would run with -q
when V=0 or when called by configure run with -q,
but that could be part of the other two tickets:

- Have configure run quiet if started by make in silent mode
  https://trac.sagemath.org/ticket/30258

- Let `./configure --enable-silent-rules` default to `make V=0`
  https://trac.sagemath.org/ticket/21589

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/21cc610a-7b5d-47ae-aee2-400fdbcdb37co%40googlegroups.com.

Reply via email to