[Buildroot] [PATCH 0/1] Makefile: add variable print capabilities

Emeric Vigier emeric.vigier at savoirfairelinux.com
Thu Jul 19 19:01:17 UTC 2012


Hi all,

I just got started with buildroot yesterday, and like it :-).
I am no Makefile expert, then often I turn into wanting to check Makefile variables.
This patch adds a capability to do so by issuing:

$ make print-<myvariable>

e.g.

$ make print-DL_DIR
DL_DIR = /home/evigier/buildroot/dl

The implementation is perhaps clumsy, I am open to advices.
Thanks, keep on the good work.

Emeric



More information about the buildroot mailing list