From: Lady Date: Sun, 15 Sep 2024 19:57:34 +0000 (-0400) Subject: Update list, listout for two‐stage builds X-Git-Tag: 0.12.5^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/2b85a319534edf60358ac73d57ad0d34b7a6d113?hp=2b85a319534edf60358ac73d57ad0d34b7a6d113 Update list, listout for two‐stage builds `make list` and `make listout` now list files from both stages. Note that in the case of `make listout`, these files may be in _either_ `/build/stage1/public/` or `/build/stage2/public/` (but hopefully not both). `list1`, `list2`, `listout1`, and `listout2` are added to list files just from a particular stage. ---