]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: don't fail distcheck if cargo-vendor not found
authorJason Ish <ish@unx.ca>
Wed, 7 Jun 2017 19:25:16 +0000 (13:25 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 12 Jun 2017 17:27:36 +0000 (19:27 +0200)
commitfafa75035f213b9a1d946f9d4a3b101639c9d7d3
tree49392b0a01564fd5cc2676e1bf8f0f798128292a
parent5be44eb50019a908d4621c8dce1c138dd3437289
rust: don't fail distcheck if cargo-vendor not found

Allow distcheck to pass if cargo vendor is not found by not
failing out. It is not required to successfully build a dist
tarball, the Rust sources will just not be vendored in.

Also don't fail out make dist if Python is not installed. A build
will still be successful is Python is available on the end
build system.
rust/Makefile.am