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:
Ed Maste 2019-06-04 12:56:20 +00:00
parent 253c93f26b
commit cbc493c662
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348609

View File

@ -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"; \