]> Lady’s Gitweb - Shushe/commitdiff
Allow empty archives
authorLady <redacted>
Sun, 15 Sep 2024 17:31:34 +0000 (13:31 -0400)
committerLady <redacted>
Sun, 15 Sep 2024 20:01:25 +0000 (16:01 -0400)
Previously, when an archive was empty, it would cause Make to endlessly
restart. This was especially a problem for archives generated from
includes, as if the include was missing (or an empty folder), the
archive would have no members and Make would get stuck in a retry loop.

This commit provides the necessary adjustments to ensure archive code
continues working even when the archive is empty: The archive index
file is always written, and the archive files folder is made to exist
before attempting to `cd` into it.


No differences found
This page took 0.021833 seconds and 4 git commands to generate.