svn commit: r294742 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Jan 25 18:34:16 UTC 2016


Author: bdrewery
Date: Mon Jan 25 18:34:15 2016
New Revision: 294742
URL: https://svnweb.freebsd.org/changeset/base/294742

Log:
  Import latest meta.subdir.mk 1.11 from contrib/bmake/mk

Modified:
  head/share/mk/meta.subdir.mk

Modified: head/share/mk/meta.subdir.mk
==============================================================================
--- head/share/mk/meta.subdir.mk	Mon Jan 25 18:16:41 2016	(r294741)
+++ head/share/mk/meta.subdir.mk	Mon Jan 25 18:34:15 2016	(r294742)
@@ -1,5 +1,5 @@
 # $FreeBSD$
-# $Id: meta.subdir.mk,v 1.10 2012/07/03 05:26:46 sjg Exp $
+# $Id: meta.subdir.mk,v 1.11 2015/11/24 22:26:51 sjg Exp $
 
 #
 #	@(#) Copyright (c) 2010, Simon J. Gerraty
@@ -63,7 +63,7 @@ _subdeps != cd ${.CURDIR} && \
 DIRDEPS =
 .else
 # clean up if needed
-DIRDEPS := ${DIRDEPS:S,^./,,:S,/./,/,g:${SUBDIREPS_FILTER:Uu}}
+DIRDEPS := ${DIRDEPS:S,^./,,:S,/./,/,g:${SUBDIRDEPS_FILTER:Uu}}
 .endif
 # we just dealt with it, if we leave it defined,
 # dirdeps.mk will compute some interesting combinations.


More information about the svn-src-all mailing list