]> rtime.felk.cvut.cz Git - sojka/git-gui.git/commitdiff
git-gui: Support of "make -s" in: do not output anything of the build itself
authorAlex Riesen <raa.lkml@gmail.com>
Tue, 6 Mar 2007 23:44:37 +0000 (00:44 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 7 Mar 2007 00:08:46 +0000 (19:08 -0500)
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile

index e486e8f9843ed48f06e667cfa5659e51e5a0e4d1..a219b5d476326a03a4d12d86245ccc6ba0825627 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,11 @@ ifndef V
        QUIET_BUILT_IN = @echo '   ' BUILTIN $@;
 endif
 
+ifeq ($(findstring $(MAKEFLAGS),s),s)
+QUIET_GEN =
+QUIET_BUILT_IN =
+endif
+
 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
 gitexecdir_SQ = $(subst ','\'',$(gitexecdir))
 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))