retire an old NO_CLEAN dependency cleanup hack
We have some hacks to remove stale dependency files for NO_CLEAN builds that are missed by make's dependency handling. These are intended to upport ongoing NO_CLEAN builds, and are no longer needed after a sufficient amount of time elapses.
This commit is contained in:
parent
aec9e7d8b0
commit
1fde305191
@ -37,8 +37,6 @@ clean_dep()
|
||||
}
|
||||
|
||||
# Date Rev Description
|
||||
# 20190916 r352703 shm_open syscall reimplemented in C
|
||||
clean_dep lib/libc shm_open S
|
||||
# 20200310 r358851 rename of openmp's ittnotify_static.c to .cpp
|
||||
clean_dep lib/libomp ittnotify_static c
|
||||
# 20200414 r359930 closefrom
|
||||
|
Loading…
Reference in New Issue
Block a user