mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Use the "commands" argument of AC_CONFIG_FILES to make scripts +x
Closes ticket 26439.
This commit is contained in:
parent
8dcc015975
commit
56c1fbf33f
3
changes/ticket26439
Normal file
3
changes/ticket26439
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor features (build):
|
||||||
|
- When generating scripts from autoconf, also make them executable.
|
||||||
|
Closes ticket 26439.
|
@ -2275,6 +2275,13 @@ AC_CONFIG_FILES([
|
|||||||
src/rust/.cargo/config
|
src/rust/.cargo/config
|
||||||
scripts/maint/checkOptionDocs.pl
|
scripts/maint/checkOptionDocs.pl
|
||||||
scripts/maint/updateVersions.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
|
if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then
|
||||||
|
@ -12,7 +12,6 @@ TESTS_ENVIRONMENT = \
|
|||||||
export EXTRA_CARGO_OPTIONS="$(EXTRA_CARGO_OPTIONS)"; \
|
export EXTRA_CARGO_OPTIONS="$(EXTRA_CARGO_OPTIONS)"; \
|
||||||
export CARGO_ONLINE="$(CARGO_ONLINE)"; \
|
export CARGO_ONLINE="$(CARGO_ONLINE)"; \
|
||||||
export CCLD="$(CCLD)"; \
|
export CCLD="$(CCLD)"; \
|
||||||
chmod +x "$(abs_top_builddir)/link_rust.sh"; \
|
|
||||||
export RUSTFLAGS="-C linker=$(abs_top_builddir)/link_rust.sh";
|
export RUSTFLAGS="-C linker=$(abs_top_builddir)/link_rust.sh";
|
||||||
|
|
||||||
TESTSCRIPTS = \
|
TESTSCRIPTS = \
|
||||||
|
Loading…
Reference in New Issue
Block a user