Build a More Complex Flow
# This is Flow2.tcl
for {set i 1 } { $i < 20 } { incr i } {
indir -create subdir$i {
J vw cp ../aa bb
J vw cp bb cc
J vw cp cc dd
J vw cp cc ee
}
}
% vovbuild -f Flow2.tcl
......................................
......................................
......................................
......................................
% vsr -all
You have to use option -all of vsr because this flow spans multiple directories and the default target of vsr is just the current working directory.