Skip to content

Commit 7e3b69e

Browse files
committed
Add dot to include response file name, which follows the naming convention with .link_totals.txt and .link_files.txt
1 parent d33f890 commit 7e3b69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def relative_object_path(self, build_path, base_dir, source):
479479
return join(obj_dir, name + '.o')
480480

481481
def get_inc_file(self, includes):
482-
include_file = join(self.build_dir, "includes_%s.txt" % self.inc_md5)
482+
include_file = join(self.build_dir, ".includes_%s.txt" % self.inc_md5)
483483
if not exists(include_file):
484484
with open(include_file, "wb") as f:
485485
cmd_list = []

0 commit comments

Comments
 (0)