[OpenSmalltalk/opensmalltalk-vm] 032cec: Move the mkNamedPrims.sh script to platforms/Cross...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 032cec: Move the mkNamedPrims.sh script to platforms/Cross...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 032cecd91c6cf4fdb6549b7e3693648211e513ab
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/032cecd91c6cf4fdb6549b7e3693648211e513ab
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-06-15 (Mon, 15 Jun 2020)

  Changed paths:
    M build.macos32x86/common/Makefile.vm
    R build.macos32x86/common/mkNamedPrims.sh
    M build.macos64x64/common/Makefile.vm
    R build.macos64x64/common/mkNamedPrims.sh
    A platforms/Cross/util/mkIntPluginIndices.sh
    A platforms/Cross/util/mkNamedPrims.sh

  Log Message:
  -----------
  Move the mkNamedPrims.sh script to platforms/Cross/util. Add
platforms/Cross/util/mkIntPluginIndices.sh, a script to generate defines for
builtin plugins such that each builtin plugin name is defined as its position
in the sequence of plugins.  This is useful for e.g. a common logging facility
that needs to output to a different log file for each plugin.