Eliminate implicit rule noise.
Section: Debugging commands
Disable built-in rules for clearer debugging
bash
bash
make -rR --warn-undefined-variablesExplanation
`-rR` disables built-in rules and variables in GNU make.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debugging commands
Inspect origin and flavor together
See where a value came from and how it expands.
Respect jobserver in recursive make
Propagate parallelism automatically using `$(MAKE)`.