aboutsummaryrefslogtreecommitdiff
path: root/devel/replay/pkg-descr
blob: f9053a07b7361742eaa0d318590ed2a96ec19cde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Best program ever.

This program is a wrapper, it will exec whatever arguments it's given and
if the program returns a non-zero exit status or terminates abnormally it
will prompt the user to run the program again.

It's best used when debugging a large build like so:

make CC="replay cc"

Then if cc bombs you don't have to restart make, you can just fix your
source file and resume your build.