* each target's stderr can be prefixed with the PID
* optional statusline with currently running/waiting/done jobs
* target's stderr can be stored on the disk with TAI64N timestamped
- prefixes for each line. Look at [Logs].
+ prefixes for each line. Look at [cmd/Logs].
* [Jobserver] compatibility support with GNU Make and NetBSD bmake.
$ ./goredo -symlinks # create redo-* commands symlinks
$ export PATH=`pwd`:$PATH # let your system know about goredo
- # to additionally build tai64nlocal utility for [Logs]
+ # to additionally build tai64nlocal utility for [cmd/Logs]
$ go build -mod=vendor -o tai64nlocal go.cypherpunks.su/tai64n/v4/cmd/tai64nlocal
A [Env] GOPRIVATE\r
last build is kept. You must enable stderr keeping with either -k,
or REDO_LOGS=1. -c option show the exact command invoked, start and
finish time. -r option recursively and linearly show also all deeper
-redo calls and their [Logs].
+redo calls and their [cmd/Logs].