mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-06 22:45:27 +00:00
Formerly default.c.~14~
This commit is contained in:
parent
2aed822bd7
commit
eeb9b7065d
1 changed files with 3 additions and 3 deletions
|
@ -48,11 +48,11 @@ static struct pspec default_pattern_rules[] =
|
||||||
|
|
||||||
static struct pspec default_terminal_rules[] =
|
static struct pspec default_terminal_rules[] =
|
||||||
{
|
{
|
||||||
/* RCS. */
|
/* RCS. These commands are not echoed because RCS makes enough noise. */
|
||||||
"%", "%,v",
|
"%", "%,v",
|
||||||
"test -f $@ || $(CO) $(COFLAGS) $< $@",
|
"@test -f $@ || $(CO) $(COFLAGS) $< $@",
|
||||||
"%", "RCS/%,v",
|
"%", "RCS/%,v",
|
||||||
"test -f $@ || $(CO) $(COFLAGS) $< $@",
|
"@test -f $@ || $(CO) $(COFLAGS) $< $@",
|
||||||
|
|
||||||
/* SCCS. */
|
/* SCCS. */
|
||||||
"%", "s.%",
|
"%", "s.%",
|
||||||
|
|
Loading…
Reference in a new issue