Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have configure run quiet if started by make in silent mode #30258

Open
slel opened this issue Jul 30, 2020 · 5 comments
Open

Have configure run quiet if started by make in silent mode #30258

slel opened this issue Jul 30, 2020 · 5 comments

Comments

@slel
Copy link
Member

slel commented Jul 30, 2020

Having set make to silent mode eg using

MAKE='make -s V=0'

one would expect that in cases in which make or
make distclean calls ./configure,
it would call it in quiet mode: ./configure -q.

Before this ticket, that is not the case.

See also #21589

CC: @mkoeppe @slel @orlitzky

Component: build

Keywords: configure, make, quiet, silent

Issue created by migration from https://trac.sagemath.org/ticket/30258

@slel slel added this to the sage-9.2 milestone Jul 30, 2020
@mkoeppe
Copy link
Member

mkoeppe commented Jul 31, 2020

comment:1

That's a good idea for the config.status --recheck that is invoked by make sometimes.

@slel
Copy link
Member Author

slel commented Aug 3, 2020

comment:3

Is it the main Makefile or build/make/Makefile that needs tweaking?

In passing, indentation in Makefiles is tabs-only but the main Makefile
has spaces mixed in at line 56.

@seblabbe

This comment has been minimized.

@slel
Copy link
Member Author

slel commented Sep 7, 2020

comment:5

This config.status --recheck seems to happen in two places (and once in the doc).

From the Sage root folder:

$ git grep "\brecheck\b" .
Makefile:               ./config.status --recheck && ./config.status; \
m4/sage_spkg_collect.m4:                AC_MSG_NOTICE([  \$ ./config.status --recheck && ./config.status])
src/doc/en/developer/portability_testing.rst:  configure:   $ ./config.status --recheck && ./config.status

@mkoeppe mkoeppe modified the milestones: sage-9.2, sage-9.3 Oct 24, 2020
@mkoeppe
Copy link
Member

mkoeppe commented Feb 13, 2021

comment:7

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants