mirror of
https://github.com/mirror/make.git
synced 2026-08-30 19:27:57 +08:00
Formerly default.c.~14~
This commit is contained in:
@@ -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.%",
|
||||
|
||||
Reference in New Issue
Block a user