Merge "Fix: print namespace variable names, too."
This commit is contained in:
@@ -82,7 +82,7 @@ def _printvars(globals, cfg):
|
|||||||
# Define SOONG_CONFIG_<ns> for Make, othewise
|
# Define SOONG_CONFIG_<ns> for Make, othewise
|
||||||
# it cannot be added to .KATI_READONLY list
|
# it cannot be added to .KATI_READONLY list
|
||||||
if _options.format == "make":
|
if _options.format == "make":
|
||||||
print("SOONG_CONFIG_" + nsname, ":=")
|
print("SOONG_CONFIG_" + nsname, ":=", " ".join(nsvars.keys()))
|
||||||
for var, val in sorted(nsvars.items()):
|
for var, val in sorted(nsvars.items()):
|
||||||
__print_attr("SOONG_CONFIG_%s_%s" % (nsname, var), val)
|
__print_attr("SOONG_CONFIG_%s_%s" % (nsname, var), val)
|
||||||
elif attr not in _globals_base:
|
elif attr not in _globals_base:
|
||||||
|
Reference in New Issue
Block a user