]> Lady’s Gitweb - Shushe/commit
Remove stat dependency
authorLady <redacted>
Sun, 19 May 2024 21:16:42 +0000 (17:16 -0400)
committerLady <redacted>
Tue, 21 May 2024 03:48:51 +0000 (23:48 -0400)
commitb620a662b669862cd7bf01aa06c8ad3de2f1a7f4
tree0c1ad8550fec434b217119f22ea3803a0ec535a2
parentd76a5f3dbbc1f19ef2033a9b9d3bf2c5c0218d34
Remove stat dependency

This is, strictly speaking, a downgrade in functionality, with the
upside of reducing reliance on non·Posix programs (namely `stat`). A
better, Posix‐compliant solution is to archive an empty file with the
correct modification time and then list out the time from that archive;
however, as far as I’m aware, it’s not possible to obtain an
implementation of the `pax` utility which actually supports this. macOS
only supports a very limited subset of the `listopt` option, and only
for pax archives (not tarballs); other implementations don’t seem to
support it at all.
GNUmakefile
README.markdown
This page took 0.061139 seconds and 4 git commands to generate.