Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Conversation

@krnowak
Copy link
Collaborator

@krnowak krnowak commented Oct 26, 2015

This is to minimize the number of places to be modified when adding verbosity levels.

And some other small fixes.

That will allow us to modify the stamp generation in just one place.

Also, MAKE variables were escaped, so GNU Make can deduce that it is
calling make recursively, so it can pass some important informations
to them (mostly about jobserver, so -j4 works for child make processes
too).

https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html
This will allow us to modify directory removing stamps in one place.
It was required when depsgen glob had an "args" mode (taking files
from command line, usually passed as a glob). But we replaced that
with filelist, so call to shopt is not needed anymore.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jackpot!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naah, $$$$$$$$ would be a jackpot. I haven't got that yet, though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$$$

@iaguis
Copy link
Member

iaguis commented Oct 27, 2015

LGTM

iaguis added a commit that referenced this pull request Oct 27, 2015
build: Some cleanups for verbosity control
@iaguis iaguis merged commit 5084bb5 into rkt:master Oct 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants