From a0c9da72f2625ac79648add48262532ddff2166d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 27 Jan 2014 15:42:48 +0000 Subject: unposted: update 31983 to suppress stdout from cmp, too. Gets rid of unnecessary messages building patchlevel.h. --- Src/zsh.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/zsh.mdd') diff --git a/Src/zsh.mdd b/Src/zsh.mdd index d77fc4336..cec3edab7 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -44,7 +44,7 @@ patchlevel.h: FORCE cp -f $(sdir)/$@.release $@; \ else \ echo '#define ZSH_PATCHLEVEL "'`cd $(sdir) && git describe --tags --long`'"' > $@.tmp; \ - cmp $@ $@.tmp 2>/dev/null && rm -f $@.tmp || mv $@.tmp $@; \ + cmp $@ $@.tmp >/dev/null 2>&1 && rm -f $@.tmp || mv $@.tmp $@; \ fi FORCE: -- cgit 1.4.1