]> Lady’s Gitweb - Shushe/commit
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)
commitc00f24956715156ae739772cefd04849c3db721b
treee352caee6978befb19d37ff639feab3db31f6694
parent06b2ae9f95a0505031127bfe954451fa399cea5d
Allow empty archives

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.
GNUmakefile
This page took 0.026175 seconds and 4 git commands to generate.