svn commit: r367570 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Nov 10 18:05:18 UTC 2020


Author: bdrewery
Date: Tue Nov 10 18:05:17 2020
New Revision: 367570
URL: https://svnweb.freebsd.org/changeset/base/367570

Log:
  makeman: Don't require filemon with MK_DIRDEPS_BUILD.
  
  MFC after:	2 weeks
  Reviewed by:	sjg, dim (tested earlier version)
  Sponsored by:	Dell EMC
  Differential Revision:	https://reviews.freebsd.org/D27134

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

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk	Tue Nov 10 14:23:46 2020	(r367569)
+++ head/share/mk/local.meta.sys.mk	Tue Nov 10 18:05:17 2020	(r367570)
@@ -178,6 +178,10 @@ LDFLAGS_LAST+= -L${STAGE_LIBDIR}
 # we can use this but should not update it.
 UPDATE_DEPENDFILE= NO
 .endif
+# Don't require filemon for makeman.
+.if make(showconfig)
+UPDATE_DEPENDFILE= NO
+.endif
 
 # define the list of places that contain files we are responsible for
 .MAKE.META.BAILIWICK = ${SB} ${OBJROOT} ${STAGE_ROOT}


More information about the svn-src-head mailing list