Support -DNO_CLEAN builds across r332119.

This commit is contained in:
Brooks Davis 2018-04-06 17:23:47 +00:00
parent 8fa799bd74
commit d9b41671bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332121

View File

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