From a0a7796dc0882277e847edf024fc7e26ea163b99 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 30 Sep 2015 20:40:51 +0000 Subject: [PATCH] META_MODE: Remove unneeded groff/tmac special GENDIRDEPS_FILTER. This is converting the path usr/share/tmac.*stage to something else, but nothing ever installs or reads from such a path. They might look in stage.*usr/share/tmac, but that's not what this is matching. Additionally the .dirdeps match all of the tmac files back to gnu/usr.bin/groff/tmac fine. Sponsored by: EMC / Isilon Storage Division --- share/mk/local.gendirdeps.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/mk/local.gendirdeps.mk b/share/mk/local.gendirdeps.mk index 47f463ef091e..833ac800d643 100644 --- a/share/mk/local.gendirdeps.mk +++ b/share/mk/local.gendirdeps.mk @@ -44,7 +44,3 @@ GENDIRDEPS_FILTER_VARS+= \ GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER_DIR_VARS:@v@S,${$v},_{${v}},@} GENDIRDEPS_FILTER+= ${GENDIRDEPS_FILTER_VARS:@v@S,/${$v}/,/_{${v}}/,@:NS,//,*:u} - -# handle the non-standard way that gnu/usr.bin/groff/tmac is staged -GENDIRDEPS_FILTER+= C,.*usr/share/tmac.*stage,gnu/usr.bin/groff/tmac, -