From 954de5e69d319da576ad3f2e15a9a2c6e17c8acc Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 4 Jul 2024 18:13:06 +0300 Subject: [PATCH] build: fix comments. --- src/niar/build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/niar/build.py b/src/niar/build.py index 4debaaa..3166863 100644 --- a/src/niar/build.py +++ b/src/niar/build.py @@ -75,13 +75,12 @@ def main(np: Project, args): nonlocal products products = plan.execute_local(f"build/{subdir}") - # The outf doesn't exist here; it's only used for the digest name basis. - # This is specific to toolchains that use Yosys, but I'm unlikely to use anything else ... deps = [f"{np.name}.il", f"{np.name}.ys"] cr.add_process(execute_build, infs=[{np.path.build(subdir, fn): plan.files[fn] for fn in deps}], outf=np.path.build(subdir, np.name)) + # ^-- The outf doesn't exist here; it's only needed/used as basis for the digest name. cr.run() if products is None: