[bug #51495] Notice when a rule changed, so target needs rebuilding

2019-03-08 Thread Masahiro Yamada
Follow-up Comment #4, bug #51495 (project make): I have not read "GNU Make Book". Anyway, IIRC, the document of ninja-build mentioned it had borrowed the idea from Linux Kernel build system. Linux kernel build system works with GNU Make, and achieved the similar feature by meta-programming.

[bug #55863] '-load' directive adds its object to the target list if unsuccessful

2019-03-08 Thread анонимный
Follow-up Comment #1, bug #55863 (project make): "If unsuccessful" in the title should be changed into "if the object is missing", sorry. ___ Reply to this item at:

[bug #55863] '-load' directive adds its object to the target list if unsuccessful

2019-03-08 Thread анонимный
URL: Summary: '-load' directive adds its object to the target list if unsuccessful Project: make Submitted by: None Submitted on: Пт. 08 марта 2019 09:26:21 Severity: 3 - Normal

[bug #51495] Notice when a rule changed, so target needs rebuilding

2019-03-08 Thread анонимный
Follow-up Comment #3, bug #51495 (project make): FYI, an advanced trick to support automatic rebuilding when a rule is changed is explained in the "GNU Make Book" by John Graham-Cumming, Chapter 3. So it's possible to emulate this functionality with some effort in Make's metaprogramming.