Merge remote-tracking branch 'catalyst-github/bug25895_034-squashed' into maint-0.3.4

This commit is contained in:
Nick Mathewson
2018-06-30 09:15:34 -04:00
5 changed files with 32 additions and 9 deletions
+3 -2
View File
@@ -7,5 +7,6 @@
@RUST_DL@ [source.vendored-sources]
@RUST_DL@ directory = '@TOR_RUST_DEPENDENCIES@'
@RUST_WARN@ [build]
@RUST_WARN@ rustflags = [ "-D", "warnings" ]
[build]
@RUST_WARN@ rustflags = [ "-D", "warnings" ]
@RUST_TARGET_PROP@
+2 -2
View File
@@ -4,7 +4,7 @@ EXTRA_DIST +=\
EXTRA_CARGO_OPTIONS=
src/rust/target/release/@TOR_RUST_STATIC_NAME@: FORCE
@TOR_RUST_LIB_PATH@: FORCE
( cd "$(abs_top_builddir)/src/rust" ; \
CARGO_TARGET_DIR="$(abs_top_builddir)/src/rust/target" \
CARGO_HOME="$(abs_top_builddir)/src/rust" \
@@ -22,7 +22,7 @@ distclean-rust:
rm -rf "$(abs_top_builddir)/src/rust/registry"
if USE_RUST
build-rust: src/rust/target/release/@TOR_RUST_STATIC_NAME@
build-rust: @TOR_RUST_LIB_PATH@
else
build-rust:
endif