Skip to content

Releases: zopencommunity/makeport

makeport (Build 30)

24 Jun 14:59
d628234
Compare
Choose a tag to compare

GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Command to download and install on z/OS:

pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/makeport/releases/download/makeport_30/make-4.3.20220624_104849.zos.pax.Z) && cd make-4.3.20220624_104849.zos && . .env

MAKE_CI (1)

16 May 20:55
d57b90f
Compare
Choose a tag to compare

z/OS Make Port CI Build
Command to download and install on z/OS:

pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/makeport/releases/download/MAKE_CI_1/make.4.3.BUILD27.202205162012.pax.Z) && cd Make && ./install.sh && . .env