Cesar Catrian Carreño schrieb:
Hello, Is there some way to list all the vars involved in the making of a package? Like $ make show-var VARNAME="foo" but expanded and listing all.
Something similar to what you want can be done with "make show-all". It lists many important variables, groups them into categories and shows their intended origin (user, package, command line, infrastructure). To get more information, run "make help topic=show-all".
Roland