aux-bin: Avoid old .so files from old tests; clean auxiliary dir root
This commit is contained in:
parent
448d527fd8
commit
de3eff79a6
@ -2140,6 +2140,7 @@ fn aux_output_dir(&self) -> PathBuf {
|
|||||||
|
|
||||||
if !self.props.aux_bins.is_empty() {
|
if !self.props.aux_bins.is_empty() {
|
||||||
let aux_bin_dir = self.aux_bin_output_dir_name();
|
let aux_bin_dir = self.aux_bin_output_dir_name();
|
||||||
|
remove_and_create_dir_all(&aux_dir);
|
||||||
remove_and_create_dir_all(&aux_bin_dir);
|
remove_and_create_dir_all(&aux_bin_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user