mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-30 00:34:40 +00:00
Estimated hours taken: 1 Branches: main Allow users to ensure that tags files always exist in the relevant directories by setting the environment variable ALWAYS_MMAKE_TAGS_FILE. runtime/Mmakefile: trace/Mmakefile: library/Mmakefile: browser/Mmakefile: compiler/Mmakefile: profiler/Mmakefile: deep_profiler/Mmakefile: If TAGS_FILE_EXISTS is set to tags_file_exists, then make the default action ensure the existence of the tags file. It would be too expensive to remake the tags file every time mmake is run, but just testing for its existence is cheap enough. Fix the formatting of some rules. Mmake.common.in: Set TAGS_FILE_EXISTS to tags_file_exists if the environment variable ALWAYS_MMAKE_TAGS_FILE is set. Fix some documentation.