Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 14:12:19 +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: r359035 - head
Message-ID:  <202003171412.02HECJkI091154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Tue Mar 17 14:12:19 2020
New Revision: 359035
URL: https://svnweb.freebsd.org/changeset/base/359035

Log:
  Makefile.inc1: add a note when deleting stale dependencies
  
  We have ad-hoc stale dependency handling in Makefile.inc1 to handle the
  cases where file extensions change, but it appears that some cases are
  not functional.  Add a note when about to clean stale deps to help
  when investigating failure reports.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Mar 17 11:59:45 2020	(r359034)
+++ head/Makefile.inc1	Tue Mar 17 14:12:19 2020	(r359035)
@@ -922,6 +922,7 @@ _sanity_check: .PHONY .MAKE
 # tree changes, particularly with respect to removing source files and
 # replacing generated files.  Handle these cases here in an ad-hoc fashion.
 _cleanobj_fast_depend_hack: .PHONY
+	@echo ">>> Deleting stale dependencies...";
 # Date      SVN Rev  Syscalls/Changes
 # 20200310  r358851  rename of openmp's ittnotify_static.c to .cpp
 .for f in ittnotify_static



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