Makefile: Force creation of directories using an order-only pattern rule.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 10 Jun 2024 02:04:49 +0000 (03:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 10 Jun 2024 02:25:49 +0000 (03:25 +0100)
commit8905fb7af4843303377e610e004239219fca1cfb
tree4e5a55a425839827ebaf4a1a9b393b793f45d119
parent800139e66e234ddc920764e9700922e8845a3a63
Makefile: Force creation of directories using an order-only pattern rule.

This means that there's at most one `mkdir' attempt for each directory,
and usually none if it already exists.
Makefile