Clean up old files before generating them
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
532327b429
commit
87db8a2676
1 changed files with 3 additions and 0 deletions
|
@ -651,6 +651,9 @@ pre_check_tools () {
|
|||
}
|
||||
|
||||
pre_generate_files() {
|
||||
# since make doesn't have proper dependencies, remove any possibly outdate
|
||||
# file that might be around before generating fresh ones
|
||||
make neat
|
||||
make generated_files
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue