mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Fix meta2deps.sh tracking of dependencies inside .CURDIR.
An example of this is in share/i18n/csmapper. Reviewed by: sjg Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a54cfe70af
commit
210ee5ceea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296323
@ -310,7 +310,7 @@ meta2deps() {
|
||||
*) seen=$dir;;
|
||||
esac
|
||||
case "$dir" in
|
||||
${CURDIR:-.}|${CURDIR:-.}/*|"") continue;;
|
||||
${CURDIR:-.}|"") continue;;
|
||||
$src_re)
|
||||
# avoid repeating ourselves...
|
||||
case "$DPDEPS,$seensrc," in
|
||||
|
Loading…
Reference in New Issue
Block a user