[OpenSmalltalk/opensmalltalk-vm] 36f33e: Fix Squeak build failures on travis-ci. All Mac b...

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

[OpenSmalltalk/opensmalltalk-vm] 36f33e: Fix Squeak build failures on travis-ci. All Mac b...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 36f33e6cd7e44fc64198536d7e61a5c146164431
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/36f33e6cd7e44fc64198536d7e61a5c146164431
  Author: Eliot Miranda <[hidden email]>
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
    A build.macos32x86/common/Makefile.app.squeak
    R build.macos32x86/common/Makefile.app.squeak.cog
    M build.macos32x86/squeak.cog.spur+immutability/Makefile
    M build.macos32x86/squeak.cog.spur/Makefile
    M build.macos32x86/squeak.cog.v3/Makefile
    M build.macos32x86/squeak.stack.spur/Makefile
    M build.macos32x86/squeak.stack.v3/Makefile
    A build.macos64x64/common/Makefile.app.squeak
    R build.macos64x64/common/Makefile.app.squeak.cog
    M build.macos64x64/squeak.cog.spur.immutability/Makefile
    M build.macos64x64/squeak.cog.spur/Makefile
    M build.macos64x64/squeak.stack.spur/Makefile

  Log Message:
  -----------
  Fix Squeak build failures on travis-ci.  All Mac builds should include
common/Makefile.app.squeak to build Squeak.app et al.  Makefile.app.squeak.cog
is a misnomer.  cog refers to the VM internals (stack vs Cog etc).
Makefile.app.squeak defines the external name of the app produced.