54 scan.map(hierarchy, function(f) handlers.phase1(f, env) end) |
54 scan.map(hierarchy, function(f) handlers.phase1(f, env) end) |
55 print('Phase 2...') |
55 print('Phase 2...') |
56 scan.map(hierarchy, function(f) handlers.phase2(f, env) end, |
56 scan.map(hierarchy, function(f) handlers.phase2(f, env) end, |
57 function(d) |
57 function(d) |
58 --log.log("Make path "..path.join(dst, d).."\n") |
58 --log.log("Make path "..path.join(dst, d).."\n") |
59 lfs.mkdir(path.join(dst, d)) |
59 --lfs.mkdir(path.join(dst, d)) |
60 end) |
60 end) |
61 --print('Phase 3...') |
61 --print('Phase 3...') |
62 --scan.map(hierarchy, function(f) handlers.phase3(f, env) end) |
62 --scan.map(hierarchy, function(f) handlers.phase3(f, env) end) |