make --debug=b

Category: IaC & Automation

make --debug=b

Trace target decisions during a build

Prints basic debugging output showing why make considers each target out of date and which rules it chooses. The b stands for basic, while --debug=v adds verbose detail on files and variables. Related: make -n.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.