[OpenSmalltalk/opensmalltalk-vm] 3ebd20: Use $(info ...) instead of @echo ... for printing ...

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

[OpenSmalltalk/opensmalltalk-vm] 3ebd20: Use $(info ...) instead of @echo ... for printing ...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 3ebd20748bb91834d8cefd54665db58b4ff0824c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3ebd20748bb91834d8cefd54665db58b4ff0824c
  Author: Eliot Miranda <[hidden email]>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M build.macos32x86/common/Makefile.app
    M build.macos32x86/common/Makefile.flags
    M build.macos32x86/common/Makefile.plugin
    M build.macos32x86/common/Makefile.vm
    M build.macos64x64/common/Makefile.app
    M build.macos64x64/common/Makefile.flags
    M build.macos64x64/common/Makefile.plugin
    M build.macos64x64/common/Makefile.vm
    M build.win32x86/common/Makefile
    M build.win32x86/common/Makefile.plugin
    M build.win64x64/common/Makefile
    M build.win64x64/common/Makefile.plugin

  Log Message:
  -----------
  Use $(info ...) instead of @echo ... for printing settings in Makefiles. It is
far more direct. [ci skip]