Fix -DNO_CLEAN amd64 build after r340463
Without this change I got the following error: clang-7: error: no such file or directory: '..../lib/libc/amd64/string/bzero.S' Reviewed By: mjg Differential Revision: https://reviews.freebsd.org/D18031
This commit is contained in:
parent
ce57fd97fe
commit
6edf284675
@ -962,6 +962,13 @@ _cleanobj_fast_depend_hack: .PHONY
|
||||
${LIBCOMPAT:D${LIBCOMPAT_OBJTOP}/lib/libc/.depend.${f}.*}; \
|
||||
fi
|
||||
.endfor
|
||||
# 20181115 r340463 bzero reimplemented as .c
|
||||
@if [ -e "${OBJTOP}/lib/libc/.depend.bzero.o" ] && \
|
||||
egrep -qw 'bzero\.[sS]' ${OBJTOP}/lib/libc/.depend.bzero.o; then \
|
||||
echo "Removing stale dependencies for bzero"; \
|
||||
rm -f ${OBJTOP}/lib/libc/.depend.bzero.* \
|
||||
${LIBCOMPAT:D${LIBCOMPAT_OBJTOP}/lib/libc/.depend.bzero.*}; \
|
||||
fi
|
||||
# 20181009 track migration from ntp's embedded libevent to updated one
|
||||
@if [ -e "${OBJTOP}/usr.sbin/ntp/libntpevent/.depend.bufferevent_openssl.o" ] && \
|
||||
egrep -q 'contrib/ntp/sntp/libevent/bufferevent_openssl.c' \
|
||||
|
Loading…
Reference in New Issue
Block a user