Skip to content
Snippets Groups Projects
Commit 5f41bc91 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge branch 'ticket26439'

parents ebbb0348 56c1fbf3
No related branches found
No related tags found
No related merge requests found
o Minor features (build):
- When generating scripts from autoconf, also make them executable.
Closes ticket 26439.
......@@ -2279,6 +2279,13 @@ AC_CONFIG_FILES([
src/rust/.cargo/config
scripts/maint/checkOptionDocs.pl
scripts/maint/updateVersions.pl
], [
chmod +x contrib/dist/suse/tor.sh
chmod +x link_rust.sh
chmod +x contrib/dist/tor.sh
chmod +x contrib/dist/torctl
chmod +x scripts/maint/checkOptionDocs.pl
chmod +x scripts/maint/updateVersions.pl
])
if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then
......
......@@ -12,7 +12,6 @@ TESTS_ENVIRONMENT = \
export EXTRA_CARGO_OPTIONS="$(EXTRA_CARGO_OPTIONS)"; \
export CARGO_ONLINE="$(CARGO_ONLINE)"; \
export CCLD="$(CCLD)"; \
chmod +x "$(abs_top_builddir)/link_rust.sh"; \
export RUSTFLAGS="-C linker=$(abs_top_builddir)/link_rust.sh";
TESTSCRIPTS = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment