If a and b both depend on c, and c is a static (non-generated) file that has changed since the last successful build of a and b, we would try to redo a, but would forget to redo b. Now it does both.
3 lines
116 B
Text
3 lines
116 B
Text
redo basic/clean dirtest/clean
|
|
rm -f *~ .*~ *.count t1a overwrite overwrite[123] \
|
|
genfile2 genfile.log static.log
|