mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Retain comment
This commit is contained in:
parent
3da709fb1f
commit
fec945560e
@ -1084,6 +1084,7 @@ done
|
||||
rename(&stage_dir_tmp, &stage_dir)?;
|
||||
}
|
||||
|
||||
// Calculate automatic dependencies
|
||||
let auto_deps_path = target_dir.join("auto_deps.toml");
|
||||
|
||||
if auto_deps_path.is_file() && modified(&auto_deps_path)? < modified(&stage_dir)? {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user