Remove last artifacts of Rust related code

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2021-10-06 15:06:56 -04:00
parent ae9042abbf
commit d0d3b028d5
4 changed files with 5 additions and 33 deletions

View File

@ -864,10 +864,8 @@ RECURSIVE = YES
# run. # run.
EXCLUDE = ./src/ext/ed25519 \ EXCLUDE = ./src/ext/ed25519 \
./src/ext/rust \
./src/trunnel \ ./src/trunnel \
./src/test \ ./src/test
./src/rust/registry
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded # directories that are symbolic links (a Unix file system feature) are excluded

View File

@ -1,24 +0,0 @@
# Used by our cargo build.rs script to get variables from autoconf.
#
# The "configure" script will generate "config.rust" from "config.rust.in",
# and then build.rs will read "config.rust".
BUILDDIR=/home/dgoulet/Documents/git/tor
TOR_LDFLAGS_zlib=
TOR_LDFLAGS_nss=@TOR_LDFLAGS_nss@
TOR_LDFLAGS_openssl=
TOR_LDFLAGS_libevent=
TOR_ZLIB_LIBS=-lz
TOR_LIB_MATH=-lm
TOR_LIBEVENT_LIBS=-levent
TOR_OPENSSL_LIBS=-lssl -lcrypto
TOR_LIB_WS32=
TOR_LIB_GDI=
TOR_LIB_USERENV=
CURVE25519_LIBS=
TOR_SYSTEMD_LIBS=-lsystemd
TOR_LZMA_LIBS=-llzma
TOR_ZSTD_LIBS=-lzstd
LIBS=-lseccomp -lcap
LDFLAGS= -pie -z relro -z now -rdynamic
NSS_LIBS=

View File

@ -5,12 +5,11 @@
This directory has helpful information about what you need to know to This directory has helpful information about what you need to know to
hack on Tor! hack on Tor!
First, read `GettingStarted.md` and `GettingStartedRust.md` First, read `GettingStarted.md` to learn how to get a start in Tor
to learn how to get a start in Tor development. development.
If you've decided to write a patch, `CodingStandards.md` and If you've decided to write a patch, `CodingStandards.md` will give you a bunch
`CodingStandardsRust.md` will give you a bunch of information of information about how we structure our code.
about how we structure our code.
It's important to get the code right! Reading `WritingTests.md` will It's important to get the code right! Reading `WritingTests.md` will
tell you how to write and run tests in the Tor codebase. tell you how to write and run tests in the Tor codebase.

@ -1 +0,0 @@
Subproject commit aa37fb84fb829902e83ca11a7244bbc6b86b809b