summaryrefslogtreecommitdiffstats
path: root/share/mk/local.gendirdeps.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-30 20:40:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-30 20:40:51 +0000
commitb1ff33f747b81d9bf13bb8b0ca6cbac7b545503a (patch)
tree0d8d641d250fb2d3c74d44b681e687c4c3fd0df7 /share/mk/local.gendirdeps.mk
parent71ccc7181fcac798558e51b1e7d7e5919b40d2ae (diff)
downloadFreeBSD-src-b1ff33f747b81d9bf13bb8b0ca6cbac7b545503a.zip
FreeBSD-src-b1ff33f747b81d9bf13bb8b0ca6cbac7b545503a.tar.gz
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
Diffstat (limited to 'share/mk/local.gendirdeps.mk')
-rw-r--r--share/mk/local.gendirdeps.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/local.gendirdeps.mk b/share/mk/local.gendirdeps.mk
index 47f463e..833ac80 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,
-
OpenPOWER on IntegriCloud