chiark / gitweb /
Debug dump: Dump values of more computed command line options
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Jun 2021 11:45:29 +0000 (12:45 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 21 Jun 2021 12:02:13 +0000 (13:02 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
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 $@;
 }