]> git.proxmox.com Git - dh-cargo.git/commitdiff
Make needs to be more silent
authorXimin Luo <infinity0@debian.org>
Thu, 7 Jun 2018 04:41:29 +0000 (21:41 -0700)
committerXimin Luo <infinity0@debian.org>
Thu, 7 Jun 2018 04:41:29 +0000 (21:41 -0700)
cargo.pm

index 4fed2fcee975644112ff0117a6835d43fe3eb65d..5c5a52d33e3f86433adf9822d75e0e2e77ab9fe6 100644 (file)
--- a/cargo.pm
+++ b/cargo.pm
@@ -31,7 +31,7 @@ sub deb_host_rust_type {
     open(F, 'printf "include /usr/share/rustc/architecture.mk\n\
 all:\n\
        echo \$(DEB_HOST_RUST_TYPE)\n\
-" | make -sf - |');
+" | make --no-print-directory -sf - |');
     $_ = <F>;
     chomp;
     return $_;