When running redo sometimes these file are left over and build up over time.
After looking at the code run_script is the only function that knows about them unless your are running with the -j option. When -j is specified, the .target.* files can be cleaned up but not the .target.* or .lock.* files. If running without -j, all the files don't get removed.
When running
redosometimes these file are left over and build up over time.After looking at the code
run_scriptis the only function that knows about them unless your are running with the-joption. When-jis specified, the.target.*files can be cleaned up but not the.target.*or.lock.*files. If running without-j, all the files don't get removed.