From: "Alex Riesen" <raa.lkml@gmail.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: "Junio C Hamano" <junkio@cox.net>,
"Johannes Schindelin" <Johannes.Schindelin@gmx.de>,
git@vger.kernel.org
Subject: [PATCH] Support of "make -s" in git-gui: do not output anything of the build itself
Date: Wed, 7 Mar 2007 00:57:27 +0100 [thread overview]
Message-ID: <81b0412b0703061557j1cade6f6k4577da5e447a4e2a@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
git-gui/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-Support-of-make-s-in-git-gui-do-not-output-anyth.patch --]
[-- Type: text/x-patch; name="0002-Support-of-make-s-in-git-gui-do-not-output-anyth.patch", Size: 818 bytes --]
From b347c855873d3193a6e8339f10682ba8a3931018 Mon Sep 17 00:00:00 2001
From: Alex Riesen <raa.lkml@gmail.com>
Date: Wed, 7 Mar 2007 00:44:37 +0100
Subject: [PATCH] Support of "make -s" in git-gui: do not output anything of the build itself
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
---
git-gui/Makefile | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/git-gui/Makefile b/git-gui/Makefile
index e486e8f..a219b5d 100644
--- a/git-gui/Makefile
+++ b/git-gui/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))
--
1.5.0.3.430.g5573f
next reply other threads:[~2007-03-06 23:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-06 23:57 Alex Riesen [this message]
2007-03-07 0:14 ` [PATCH] Support of "make -s" in git-gui: do not output anything of the build itself Shawn O. Pearce
2007-03-07 0:48 ` [PATCH] make t8001 work on Mac OS X again Shawn O. Pearce
2007-03-07 1:00 ` Junio C Hamano
2007-03-07 18:07 ` [PATCH] Support of "make -s" in git-gui: do not output anything of the build itself Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=81b0412b0703061557j1cade6f6k4577da5e447a4e2a@mail.gmail.com \
--to=raa.lkml@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).