From: Roland McGrath Date: Wed, 17 Jun 1992 21:59:54 +0000 (+0000) Subject: Formerly default.c.~14~ X-Git-Tag: 3.70.2~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeb9b7065dfbf3b89b653b54dc585e9a9b172c58;p=thirdparty%2Fmake.git Formerly default.c.~14~ --- diff --git a/default.c b/default.c index e7fb37e5..7d153d4e 100644 --- a/default.c +++ b/default.c @@ -48,11 +48,11 @@ static struct pspec default_pattern_rules[] = static struct pspec default_terminal_rules[] = { - /* RCS. */ + /* RCS. These commands are not echoed because RCS makes enough noise. */ "%", "%,v", - "test -f $@ || $(CO) $(COFLAGS) $< $@", + "@test -f $@ || $(CO) $(COFLAGS) $< $@", "%", "RCS/%,v", - "test -f $@ || $(CO) $(COFLAGS) $< $@", + "@test -f $@ || $(CO) $(COFLAGS) $< $@", /* SCCS. */ "%", "s.%",