Makefile.inc1: clean up stale dependency hacks
Carrying on from r339607, remove ad-hoc dependency cleanup for changes prior to June 2018. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
253c93f26b
commit
cbc493c662
@ -939,13 +939,8 @@ _sanity_check: .PHONY .MAKE
|
||||
_cleanobj_fast_depend_hack: .PHONY
|
||||
# Syscall stubs rewritten in C and obsolete MD assembly implementations
|
||||
# Date SVN Rev Syscalls
|
||||
# 20180404 r332048 sigreturn
|
||||
# 20180405 r332080 shmat
|
||||
# 20180406 r332119 setlogin
|
||||
# 20180411 r332443 exect
|
||||
# 20180525 r334224 vadvise
|
||||
# 20180604 r334626 brk sbrk
|
||||
.for f in brk exect sbrk setlogin shmat sigreturn vadvise
|
||||
.for f in brk sbrk
|
||||
@if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \
|
||||
egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \
|
||||
echo "Removing stale dependencies for ${f} syscall wrappers"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user