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:
Ed Maste 2020-09-08 00:15:18 +00:00
parent aec9e7d8b0
commit 1fde305191
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365438

View file

@ -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