Account for "validations:"
Change-Id: I72b188c8cac54aa59d31e91b2a03b1329384e686
This commit is contained in:
@@ -67,6 +67,9 @@ function getDeps() {
|
|||||||
$0 ~ /^\S\S*:$/ {
|
$0 ~ /^\S\S*:$/ {
|
||||||
inoutput = 0
|
inoutput = 0
|
||||||
}
|
}
|
||||||
|
$1 == "validations:" {
|
||||||
|
inoutput = 0
|
||||||
|
}
|
||||||
inoutput != 0 {
|
inoutput != 0 {
|
||||||
print gensub(/^\s*/, "", "g")" "depth
|
print gensub(/^\s*/, "", "g")" "depth
|
||||||
}
|
}
|
||||||
|
@@ -100,7 +100,7 @@ function getDeps() {
|
|||||||
currFileName = ""
|
currFileName = ""
|
||||||
currExt = ""
|
currExt = ""
|
||||||
}
|
}
|
||||||
$1 == "outputs:" {
|
$1 == "outputs:" || $1 == "validations:" {
|
||||||
ininput = 0
|
ininput = 0
|
||||||
}
|
}
|
||||||
ininput == 0 && $0 ~ /^\S\S*:$/ {
|
ininput == 0 && $0 ~ /^\S\S*:$/ {
|
||||||
|
Reference in New Issue
Block a user