summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-17 21:59:54 +0000
committerRoland McGrath <roland@redhat.com>1992-06-17 21:59:54 +0000
commiteeb9b7065dfbf3b89b653b54dc585e9a9b172c58 (patch)
treee6579708847fe8ff5d68a6d9015eaba2a382dbe0 /default.c
parent2aed822bd73e3aafd79c3eb65af5071006fa6ba9 (diff)
downloadmake-eeb9b7065dfbf3b89b653b54dc585e9a9b172c58.tar.gz
Formerly default.c.~14~
Diffstat (limited to 'default.c')
-rw-r--r--default.c6
1 files changed, 3 insertions, 3 deletions
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.%",