]> Lady’s Gitweb - Shushe/commit
Allow multiple source directories 0.2.4
authorLady <redacted>
Thu, 11 Jan 2024 01:20:48 +0000 (20:20 -0500)
committerLady <redacted>
Thu, 11 Jan 2024 01:20:48 +0000 (20:20 -0500)
commit630f5bf06a645dbaad5f05a50526328fafad87ca
treec328921e5998ae8058b766a3050400e5f22a2fd5
parent86c5d5eeef6def732f49b94bc497ee07d92dc72e
Allow multiple source directories

⛩️📰 书社 might be called from another script or make·file, which
might have built files of its own. It would be a pain if each parent
script needed to copy all the source files into a new build directory
at every step, and it’s much easier to just allow ⛩️📰 书社 to support
multiple source directories (one for the original sources, and
additional ones for any files built by other scripts).

Naturally, ⛩️📰 书社 can’t support the same file subpath across
multiple source directories, as these would compile to the same place.
This commit tries to migitage this by just taking the first match, but
it hasn’t been tested and the behaviour should formally be considered
undefined.
GNUmakefile
README.markdown
This page took 0.023355 seconds and 4 git commands to generate.