mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
309747f4ab
Back when this was done, we had some trouble with make calling commands through the shell instead of via CreateProcess on Windows, which made the intermediate shell replace /ARG with c:\path\to\msys\ARG paths, which didn't end up well. This however doesn't happen anymore, so we can get rid of the hack. That leaves us with only the backslash problem, but because it's a windows problem, rather than being related to the compiler being clang-cl, we also fix the condition under which we make the switch to forward slashes. Differential Revision: https://phabricator.services.mozilla.com/D213538 |
||
---|---|---|
.. | ||
acgeneral.m4 | ||
acoldnames.m4 | ||
acspecific.m4 | ||
altoptions.m4 | ||
arch.m4 | ||
autoconf.m4 | ||
autoconf.sh | ||
clang-plugin.m4 | ||
compiler-opts.m4 | ||
config.guess | ||
config.status.m4 | ||
config.sub | ||
hooks.m4 | ||
install-sh | ||
mozheader.m4 | ||
mozprog.m4 | ||
sanitize.m4 | ||
toolchain.m4 |