The others are internal stuff that most likely shouldn't be touched.
Cc: Sam James <sam@gentoo.org>
Cc: Paul Smith <psmith@gnu.org>
Cc: Guenther Noack <gnoack@google.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
$(info $(INFO_)To see a list of variables, run:)
$(info $(INFO_) $$ find GNUmakefile share/mk/configure -type f \)
$(info $(INFO_) | sort \)
- $(info $(INFO_) | xargs grep '^[^[:space:]].*=' \)
- $(info $(INFO_) | sed 's/=.*/=/' \)
- $(info $(INFO_) | grep -v -e ':DEFAULT_.*=' -e ':MAKEFILE_.*INCLUDED :=';)
+ $(info $(INFO_) | xargs grep '^[^[:space:]].*?=' \)
+ $(info $(INFO_) | sed 's/=.*/=/';)
$(info )
$(info $(INFO_)To see a list of dependencies (package/program), run:)
$(info $(INFO_) $$ find share/mk/configure/build-depends -type f \)