]> Lady’s Gitweb - Shushe/commit
Improve SRCDIR/INCLUDEDIR handling; allow dot
authorLady <redacted>
Sat, 25 May 2024 04:08:01 +0000 (00:08 -0400)
committerLady <redacted>
Sat, 25 May 2024 04:18:08 +0000 (00:18 -0400)
commit655dfa89c0782dd1252cdca50ef4182e4dc8cf95
treee5cd963258bf39d3782fb6f2eeed6c2a8632c1e6
parent5df1b342a607db60d876eeb10d953b7a45464e24
Improve SRCDIR/INCLUDEDIR handling; allow dot

- Explicitly allow `find` to match `.`, which otherwise would be
  excluded as a dotfile.

- Add special handling to drop the leading `./` that results from the
  above, and generate the appropriate local paths without needing it.

- Error when trying to perform certain transformations on file·names
  and failing, to better aid diagnosis.

- When a file has no destination (because `destinations` has not been
  generated yet), use the fake destination `NOTDEF`. (Make will restart
  before this destination is used.)
GNUmakefile
This page took 0.024061 seconds and 4 git commands to generate.