[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Another fix in https://www.gnu.org/software/make/manual/make.html
From: |
Howard Johnson |
Subject: |
Another fix in https://www.gnu.org/software/make/manual/make.html |
Date: |
Fri, 9 Feb 2018 07:26:55 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
In this section and paragraph:
10.5.4 How Patterns Match
...
"When the target pattern does not contain a slash (and it usually does
not), directory names in the file names are removed from the file name
before it is compared with the target prefix and suffix."
I think it should instead read:
"When the target pattern contains a slash (usually it does not), ..."
In other words, this paragraph speaks to how matching occurs with
something like /dir/foo
- Another fix in https://www.gnu.org/software/make/manual/make.html,
Howard Johnson <=