]> git.ipfire.org Git - thirdparty/asterisk.git/commit
make_xml_documentation: Remove usage of get_sourceable_makeopts
authorGeorge Joseph <gjoseph@digium.com>
Fri, 25 Mar 2022 14:33:30 +0000 (08:33 -0600)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Tue, 29 Mar 2022 17:31:11 +0000 (12:31 -0500)
commitdd704bbba516779bf671290789041b3de30b7fbe
tree74c2863fef476f8ef5be0cd68eb08d526b426b1d
parent2d3297d4f3e2cd944b8d7e2a69b0ba1da083f349
make_xml_documentation: Remove usage of get_sourceable_makeopts

get_sourceable_makeopts wasn't handling variables with embedded
double quotes in them very well.  One example was the DOWNLOAD
variable when curl was being used instead of wget.  Rather than
trying to fix get_sourceable_makeopts, it's just been removed.

ASTERISK-29986
Reported by: Stefan Ruijsenaars

Change-Id: Idf2a90902228c2558daa5be7a4f8327556099cd2
Makefile
build_tools/get_sourceable_makeopts [deleted file]
build_tools/make_xml_documentation