zsh-workers
 help / color / mirror / code / Atom feed
From: Daniel Shahaf <danielsh@apache.org>
To: zsh-workers@zsh.org
Subject: [PATCH 2/3] Make 'make -s' print nothing when it does nothing.
Date: Tue, 17 Dec 2019 07:44:27 +0000	[thread overview]
Message-ID: <20191217074428.3699-2-danielsh@apache.org> (raw)
In-Reply-To: <20191217074428.3699-1-danielsh@apache.org>

---
I omitted the line entirely since there's no easy way to omit it only
for 'make -s'.  The syntax of $(MAKEFLAGS) can take one of two different
forms (it's actually standardized this way ☹) and it didn't seem worth
the trouble to support both.

Cheers,

Daniel


 Src/Makefile.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Src/Makefile.in b/Src/Makefile.in
index 0577554f8..0fdbb73d2 100644
--- a/Src/Makefile.in
+++ b/Src/Makefile.in
@@ -94,7 +94,6 @@ zsh.res.o: $(sdir)/zsh.rc $(sdir)/zsh.ico
 stamp-modobjs: modobjs
 	@if cmp -s stamp-modobjs.tmp stamp-modobjs; then \
 	    rm -f stamp-modobjs.tmp; \
-	    echo "\`stamp-modobjs' is up to date."; \
 	else \
 	    mv -f stamp-modobjs.tmp stamp-modobjs; \
 	    echo "Updated \`stamp-modobjs'."; \

  reply	other threads:[~2019-12-17  7:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17  7:44 [PATCH 1/3] Fix the mktemp() warning, in debug builds only Daniel Shahaf
2019-12-17  7:44 ` Daniel Shahaf [this message]
2019-12-17  7:44 ` [PATCH 3/3] internal: Document forklevel, locallevel, and exit_pending Daniel Shahaf

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=20191217074428.3699-2-danielsh@apache.org \
    --to=danielsh@apache.org \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).