chiark / gitweb /
Debug dump: Dump values of more computed command line options
[nailing-cargo.git] / nailing-cargo
index cc1d9e190e3317149dc566f9641241e0c1febe6c..9532eb5f741905d0e2ad837717c5bd27c247e397 100755 (executable)
@@ -1138,7 +1138,9 @@ if ($dump) {
                           subdir => $subdir,
                           oot_dir => $oot_dir,
                           oot_absdir => $oot_absdir,
-                          build_absdir => $build_absdir });
+                          build_absdir => $build_absdir,
+                          linkfarm_depth => $linkfarm_depth,
+                          oot_preclean => $oot_preclean, });
   ' or die $@;
 }