remake is a patched and modernized version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger.
remake is a patched and modernized version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger.
To install remake, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install remake
To see what files were installed by remake, run:
port contents remake
To later upgrade remake, run:
sudo port selfupdate && sudo port upgrade remake
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.