[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] a385f5: Add a configure option to specify name of the inst...

David T Lewis noreply at github.com
Sat Sep 4 19:16:51 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a385f5b69e7bda720e980dd61e683a0bf4810cd7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a385f5b69e7bda720e980dd61e683a0bf4810cd7
  Author: David T. Lewis <lewis at mail.msen.com>
  Date:   2021-09-04 (Sat, 04 Sep 2021)

  Changed paths:
    M platforms/unix/config/Makefile.install
    M platforms/unix/config/configure
    M platforms/unix/config/make.cfg.in

  Log Message:
  -----------
  Add a configure option to specify name of the installed squeak run script.
When running configure from a ./mvm script, the following command line
option is now available:

  --scriptname=SCRIPT     run script name installed in PREFIX [squeak]

This allows the various mvm scripts to specify scriptname such that
sudo make install will install /usr/local/bin/spur64 for a 64-bit spur VM,
/usr/local/bin/cog for a 32-bit cog VM, and so forth. Does not affect
naming of squeak.sh, which may be subject to similar name space conflicts.
A corresponding update has been made to the cmake/configure installation
for the classic interpreter VM (squeakvm.org SVN repository).




More information about the Vm-dev mailing list