Extend r358907 to explicitly remove stale lib32 dependency
After r325072 stale lib32 dependencies were not remooved. A more holistic approach is needed to address this but for the immediate issue (-DNO_CLEAN builds across r358851) just readd the explicit lib32 path. Reported by: dim Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c5568ba087
commit
3b1781b4fd
@ -930,6 +930,7 @@ _cleanobj_fast_depend_hack: .PHONY
|
||||
egrep -qw '${f}\.c' ${OBJTOP}/lib/libomp/.depend.${f}.pico; then \
|
||||
echo "Removing stale dependencies for ${f}"; \
|
||||
rm -f ${OBJTOP}/lib/libomp/.depend.${f}.* \
|
||||
${OBJTOP}/obj-lib32/lib/libomp/.depend.${f}.* \
|
||||
${LIBCOMPAT:D${LIBCOMPAT_OBJTOP}/lib/libomp/.depend.${f}.*}; \
|
||||
fi
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user