mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
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
This commit is contained in:
parent
f5a2bbe6d6
commit
a0a7796dc0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288428
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user