Debugging GNU make

后端 未结 7 1007
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 18:33

Is there a command line way in make to find out which of the prerequisites of a target is not updated?

7条回答
  •  独厮守ぢ
    2020-12-22 19:18

    Few times I've also used this (old but still working) interactive make debugger by John Graham-Cumming

提交回复
热议问题