Skip to main content
EVERYTHING in this Q&A is GNU make specific, it will not work with BSD make or other make implementations
Link
Source Link
Evan Carroll
  • 35.1k
  • 62
  • 212
  • 360

Outputing the predefined variables `make -R` references?

According to the docs on make there is a -R switch,

-R, --no-builtin-variables
            Don't define any built-in variables.

How can I find those builtin variables and their values?