openbsd-ports/devel/remake/pkg/DESCR
deanna e538bb935b Import remake 0.61, a GNU Make debugger.
With a patch from and ok jasper@.
2006-12-26 18:16:09 +00:00

15 lines
513 B
Plaintext

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. Some of the features of the
debugger are:
* see the target call stack.
* set breakpoints on targets,
* show and set variables,
* execute arbitrary "make" code
* issue shell commands while stopped in the middle of execution,
* inspect target descriptions
* write a file with the commands of the target expanded.