Follow-up Comment #1, bug #65737 (group make):

Also the diagnostic doesn't consider groups.
In the above makefile example, the diagnostic is:
```
Makefile:7: update target 'b' due to: unknown reasons
```

And if `b` depends on eg `Makefile` itself (just for
the sake of an example), then the diagnostic will
misleadingly tell:
```
Makefile:7: update target 'b' due to: Makefile
```

Which is entirely wrong: update happens because of
the group invalidation, but groups seems to be
not considered by diagnostic.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65737>

_______________________________________________
Сообщение отправлено по Savannah
https://savannah.gnu.org/


Reply via email to