public inbox for goredo-devel@lists.stargrave.org
Atom feed
From: Nik Boehm <mail@jnboehm•com>
To: goredo-devel@lists.stargrave.org
Subject: Source files with matching .do file keep targets ood
Date: Fri, 7 Aug 2026 08:25:38 +0200 [thread overview]
Message-ID: <BF3A9CD4-5995-4F9B-B8FA-59A80896D777@jnboehm.com> (raw)
Hello,
I noticed that if there is a source file (without a .dep file in .redo/) but a .do file with a matching suffix exists, then targets depending on the source file will be perpetually out of date. Is this intended behavior or can this be circumvented somehow?
I have a large collection of binary files that I have downloaded and that will not change. I initially downloaded them with a script until I switched to a .do file. Since the contents will not change, I would prefer not having to download them again.
Alternatively, I could also write a .dep file for each of the binary files manually to get goredo to treat them as not ood. Is there anything I need to be aware of for that? My idea is to write a .rec file and then use redo-depfix, will that work? Is the build uuid that is at the top of the .dep file significant or can I write there whatever I please? And is there a way to get the BLAKE3 hash function out of goredo?
In case there is an easier way to fix the issue, I would also be happy to hear that.
Greetings,
Nik
next reply other threads:[~2026-08-07 6:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 6:25 Nik Boehm [this message]
2026-08-07 8:03 ` Source files with matching .do file keep targets ood Sergey Matveev
2026-08-07 8:36 ` Nik Boehm
2026-08-07 8:56 ` Sergey Matveev
2026-08-20 15:01 ` spacefrogg