py: Use "GEN" consistently for describing files generated in the build.
This commit is contained in:
@@ -99,7 +99,7 @@ def make_version_header(filename):
|
||||
|
||||
# Only write the file if we need to
|
||||
if write_file:
|
||||
print("Generating %s" % filename)
|
||||
print("GEN %s" % filename)
|
||||
with open(filename, 'w') as f:
|
||||
f.write(file_data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user