8f1611a664
The *_ENV and *_ARG values are typically very long, and reading them in a single line is unnecessarily difficult. Therefore, each of their values is listed on a separate line, for example: fetch: usr DIST_PATH (undefined) pkg MASTER_SITES = \ http://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.gnome.org/pub/GNOME/sources/glib/2.56/ \ ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/glib/2.56/ \ https://download.gnome.org/sources/glib/2.56/ \ # end of MASTER_SITES pkg DIST_SUBDIR (undefined)
5 lines
298 B
Text
5 lines
298 B
Text
Ensures that the show-all target prints all variants of variable values
|
|
as intended. This involves sorted multi-valued variables (like
|
|
CONFIGURE_ENV), other multi-valued variables (like CONFIGURE_ARGS),
|
|
variables containing special characters that need to be escaped, and
|
|
various other edge cases.
|