[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #58639] Shortest stem not matched
From: |
Paul D. Smith |
Subject: |
[bug #58639] Shortest stem not matched |
Date: |
Mon, 7 Dec 2020 01:06:19 -0500 (EST) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36 |
Follow-up Comment #3, bug #58639 (project make):
I changed the text like this; hopefully it's more understandable now:
target pattern that matches the file name, @emph{and} all
prerequisites in that rule either exist or can be built. The rules
you write take precedence over those that are built in. Note however,
-that a rule whose prerequisites actually exist or are mentioned always
-takes priority over a rule with prerequisites that must be made by
-chaining other implicit rules.
+that a rule which can be satisfied without chaining other implicit
+rules (for example, one which has no prerequisites or its
+prerequisites already exist or are mentioned) always takes priority
+over a rule with prerequisites that must be made by chaining other
+implicit rules.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58639>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #58639] Shortest stem not matched,
Paul D. Smith <=