svn commit: r318194 - head/share/mk

Simon J. Gerraty sjg at FreeBSD.org
Thu May 11 19:49:24 UTC 2017


Author: sjg
Date: Thu May 11 19:49:22 2017
New Revision: 318194
URL: https://svnweb.freebsd.org/changeset/base/318194

Log:
  Tell bmake (meta mode) to ignore changes to /usr/local/etc/libmap.d/*
  
  Differential Revision:	D10685
  Reviewed by:	bdrewery

Modified:
  head/share/mk/local.meta.sys.mk

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk	Thu May 11 18:53:28 2017	(r318193)
+++ head/share/mk/local.meta.sys.mk	Thu May 11 19:49:22 2017	(r318194)
@@ -283,3 +283,6 @@ META_MODE+=	missing-meta=yes
 .if empty(META_MODE:Mnofilemon)
 META_MODE+=	missing-filemon=yes
 .endif
+# We do not want everything out-of-date just because
+# some unrelated shared lib updated this.
+.MAKE.META.IGNORE_PATHS+= /usr/local/etc/libmap.d


More information about the svn-src-head mailing list