[bug #59318] Add option ('-g') of generating build graph for updated goals

2020-11-13 Thread Jonas Danielsson
Follow-up Comment #2, bug #59318 (project make): Does anyone have any opinions about this enhancement proposal? ___ Reply to this item at: ___ Messag

Gnu make manual suggestion to clarify $< in multiple rules:

2020-11-13 Thread John Ulvr (julvr)
In gnu make manual, I would like to suggesting adding the following text in the 10.5.3 Automatic Variables section: $< The name of the first prerequisite. If the target got its recipe from an implicit rule, this will be the first prerequisite added by the implicit rule (see Implicit Rules).