]> 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 16:39:32 +0000 (11:39 -0500)
commit01695f4507dbc32344947e61facf0f9f25c41075
tree2cdfe3d2d44a96dc3471427e679dec3139a698cb
parentc4d6abf01e8f3cdba3375daa58a3930c93e4082a
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