From: Ian Jackson Date: Mon, 21 Jun 2021 11:45:29 +0000 (+0100) Subject: Debug dump: Dump values of more computed command line options X-Git-Tag: nailing-cargo/1.0.0~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=785726caf2c450f8b63a7b2684d4820b54cfe7b2;p=nailing-cargo.git Debug dump: Dump values of more computed command line options Signed-off-by: Ian Jackson --- diff --git a/nailing-cargo b/nailing-cargo index cc1d9e1..9532eb5 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -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 $@; }