From: Peter Verthez Date: Sat, 26 Oct 2002 16:56:36 +0000 (+0000) Subject: Make commands silent (except echo's). X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=af661d40ea67b19214bc4c61f46c43211b75b8fa;p=gedcom-parse.git Make commands silent (except echo's). --- diff --git a/Makefile.inc b/Makefile.inc index fcd0a78..a9d0c87 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -12,12 +12,12 @@ define replace-VERSION endef %.tabgen.h: %.tab.h - if [ ! -r $(srcdir)/$@ ] ; \ + @if [ ! -r $(srcdir)/$@ ] ; \ then \ echo "Creating empty file for $@"; \ touch $(srcdir)/$@; \ fi - if diff $< $(srcdir)/$@ > /dev/null 2>&1; \ + @if diff $< $(srcdir)/$@ > /dev/null 2>&1; \ then \ : ; \ else \