From d9b41671bfa3cde03ac3795ef8320e718de20086 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Fri, 6 Apr 2018 17:23:47 +0000 Subject: [PATCH] Support -DNO_CLEAN builds across r332119. --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index c9d7344a7075..fcefb58fb0cc 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \