svn commit: r358909 - head
Ed Maste
emaste at FreeBSD.org
Thu Mar 12 13:42:09 UTC 2020
Author: emaste
Date: Thu Mar 12 13:42:08 2020
New Revision: 358909
URL: https://svnweb.freebsd.org/changeset/base/358909
Log:
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
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Thu Mar 12 12:47:10 2020 (r358908)
+++ head/Makefile.inc1 Thu Mar 12 13:42:08 2020 (r358909)
@@ -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
More information about the svn-src-head
mailing list