author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 3 Jun 2007 00:56:51 +0000 (20:56 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 21 Jun 2007 03:26:57 +0000 (23:26 -0400) | ||
commit | 573fe6d77da51f7baa20800a3809b5db9296a83c | |
tree | 5c362cc73e9b7db40148390fba38391828cd759d | tree | snapshot |
parent | 03e1bed4a4887607ae90cd121cb4851d10ef2e8b | commit | diff |
git-gui: Quiet our installation process
Alex Riesen wanted a quieter installation process for git and its
contained git-gui. His earlier patch to do this failed to work
properly when V=1, and didn't really give a great indication of
what the installation was doing.
These rules are a little bit on the messy side, as each of our
install actions is composed of at least two variables, but in the
V=1 case the text is identical to what we had before, while in the
non-V=1 case we use some more complex rules to show the interesting
details, and hide the less interesting bits.
We now can also set QUIET= (nothing) to see the rules that are used
when V= (nothing), so we can debug those too if we have to. This is
actually a side-effect of how we insert the @ into the rules we use
for the "lists of things", like our builtins or our library files.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Alex Riesen wanted a quieter installation process for git and its
contained git-gui. His earlier patch to do this failed to work
properly when V=1, and didn't really give a great indication of
what the installation was doing.
These rules are a little bit on the messy side, as each of our
install actions is composed of at least two variables, but in the
V=1 case the text is identical to what we had before, while in the
non-V=1 case we use some more complex rules to show the interesting
details, and hide the less interesting bits.
We now can also set QUIET= (nothing) to see the rules that are used
when V= (nothing), so we can debug those too if we have to. This is
actually a side-effect of how we insert the @ into the rules we use
for the "lists of things", like our builtins or our library files.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile | diff | blob | history |