Commit 3c80fcb
Makefile: add QUIET_GEN to "tags" and "TAGS" targets
Don't show the very verbose $(FIND_SOURCE_FILES) command on every
"make TAGS" invocation.
Let's use "generate into temporary and rename to the final file,
after seeing the command that generated the output finished
successfully" pattern, to avoid leaving a file with an incorrect
output generated by a failed command.
Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>1 parent 48bf2fa commit 3c80fcb
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2669 | 2669 | | |
2670 | 2670 | | |
2671 | 2671 | | |
2672 | | - | |
2673 | | - | |
| 2672 | + | |
| 2673 | + | |
| 2674 | + | |
2674 | 2675 | | |
2675 | 2676 | | |
2676 | | - | |
2677 | | - | |
| 2677 | + | |
| 2678 | + | |
| 2679 | + | |
2678 | 2680 | | |
2679 | 2681 | | |
2680 | 2682 | | |
| |||
0 commit comments