Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2020 13:42:08 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358909 - head
Message-ID:  <202003121342.02CDg88d021513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003121342.02CDg88d021513>