Print names of files deleted by cleanup phase
Change-Id: Ia9c5408b1b159843dbc57e2e480ca2972598186d
This commit is contained in:
parent
542fd55c38
commit
d9d92cb75d
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ func removeFileAndEmptyDirs(path string) error {
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
fmt.Printf("removed old ninja-created file %s because it has no rule to generate it\n", path)
|
||||||
|
|
||||||
path, err = filepath.Abs(path)
|
path, err = filepath.Abs(path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue