buildMozillaMach: stop deleting the configure script

They're not autogenerated files any longer, and have been shipped as part
of the source tree since roughly Aug 2022.

Related: mozbz#1787977 ("Include configure in the tree")
Closes: #306937
This commit is contained in:
Martin Weinelt 2024-04-28 16:13:44 +02:00
parent 3faef42565
commit cf1efbbe19
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -298,9 +298,6 @@ buildStdenv.mkDerivation {
setOutputFlags = false; # `./mach configure` doesn't understand `--*dir=` flags.
preConfigure = ''
# remove distributed configuration files
rm -f configure js/src/configure .mozconfig*
# Runs autoconf through ./mach configure in configurePhase
configureScript="$(realpath ./mach) configure"