Files
mercury/tools
Zoltan Somogyi 0638d7769b Include Mmake.params and Mmake.workspace next to each other.
Mmake.common.in:
    Before this diff, there were a whole bunch of definitions between
    the inclusion of Mmake.workspace and the inclusion of Mmake.params.
    Move all those definitions elsewhere. Specifically, move the definitions
    whose right hand sides are autoconfigured values, and which are NOT
    also set by Mmake.workspace, to before both inclusions, moving related
    non-autoconfigure variable definitions with them, while moving
    other definitions to after both inclusions.

    Document the cause of the "phasing problem" that kept the inclusion
    of Mmake.params after the inclusion of Mmake.workspace (the definition
    of MC), and a possible solution.

tools/stdlines_for_sh:
    Add a version of stdlines for sh scripts.
2025-08-12 06:58:44 +02:00
..
2023-01-25 16:48:45 +11:00
2023-07-18 12:11:33 +02:00
2025-08-04 12:42:36 +02:00
2023-01-25 16:48:45 +11:00

This directory, mercury/tools, contains scripts that are not intended
for use by users.  The scripts here are used by the Mercury developers
for maintaining the Mercury compiler.