Support -DNO_CLEAN builds across r334223+r334224.

This commit is contained in:
Brooks Davis 2018-05-25 20:42:28 +00:00
parent 659a2e9243
commit c2decc35c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334225

View File

@ -809,7 +809,8 @@ _cleanobj_fast_depend_hack: .PHONY
# 20180405 r332080 shmat
# 20180406 r332119 setlogin
# 20180411 r332443 exect
.for f in exect fstat fstatat fstatfs getdirentries getfsstat setlogin shmat sigreturn statfs
# 20180525 r334224 vadvise
.for f in exect fstat fstatat fstatfs getdirentries getfsstat setlogin shmat sigreturn statfs vadvise
.if exists(${OBJTOP}/lib/libc/.depend.${f}.o)
@if egrep -qw '${f}\.[sS]' \
${OBJTOP}/lib/libc/.depend.${f}.o; then \