gecko-dev/config
Mike Hommey d747b65211 Bug 1617794 - Wrap Windows tools with Wine on cross builds. r=dmajor
Windows programs run via Wine don't like Unix absolute paths (they look
like command line arguments), so we need to use relative paths.

Mingw already run fxc2 via wine, but for some reason it doesn't care
about the Unix absolute paths. genshaders does need some adjustements to
run properly with the real fxc.

Now, on actual Windows, because the temporary directory where
tempfile.NamedTemporaryFile creates files by default is not necessarily
on the same drive as where the command runs from, a relative path can't
be constructed. So we also force the temporary file to be created in the
current (obj) directory.

There is no similar concern for other files because we only go from
objdir to srcdir, and the build system already doesn't support both
being on a separate drive.

While here, flush stdout when the genshared script writes to it, so that
the messages are printed out immediately rather than randomly, later,
after output from subprocesses.

Differential Revision: https://phabricator.services.mozilla.com/D64294

--HG--
extra : moz-landing-system : lando
2020-02-27 04:42:57 +00:00
..
external Bug 1611386 - Drop support for --enable-system-sqlite. r=asuth,glandium 2020-02-20 22:16:03 +00:00
faster Bug 1573560 - Have Node compilation write directly into FINAL_TARGET instead of requiring a symlink r=firefox-build-system-reviewers,jlast,mshal 2019-11-04 23:15:19 +00:00
makefiles Bug 1617794 - Properly set the target flag for bindgen when cross compiling for Windows. r=chmanchester 2020-02-26 20:52:09 +00:00
Moz
mozunit Bug 1613263 - Use io.open() rather than open() in mozbuild/preprocessor.py r=firefox-build-system-reviewers,mshal 2020-02-19 21:50:50 +00:00
tests
AB_rCD.mk
autoconf-js.mk.in
autoconf.mk.in
baseconfig.mk
check_js_msg_encoding.py
check_js_opcode.py
check_macroassembler_style.py
check_source_count.py
check_spidermonkey_style.py
check_vanilla_allocations.py Bug 1592992 - Part 19: Move jsutil.cpp to util/Utility.cpp. r=jonco 2019-11-08 13:24:15 +00:00
config.mk Bug 1617639 - No need to pass -LTCG in AR_FLAGS for Windows r=froydnj 2020-02-24 20:16:55 +00:00
createprecomplete.py
emptyvars-js.mk.in
emptyvars.mk.in
gcc_hidden.h
gcc-stl-wrapper.template.h
install.bat
make-stl-wrappers.py
make-system-wrappers.py
make-windows-h-wrapper.py
Makefile.in
milestone.txt Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-02-10 10:58:31 +00:00
moz.build Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
MozZipFile.py Bug 1606462 - mozbuild/jar.py supports Python 3 r=firefox-build-system-reviewers,mshal 2020-01-01 00:16:01 +00:00
msvc-stl-wrapper.template.h
nsinstall.c
nsinstall.py
pathsub.c
pathsub.h
printconfigsetting.py
printprereleasesuffix.py
pythonpath.py
rebuild_check.py Bug 1594194 - make rebuild_check.py work better for massive file changes; r=dmajor 2019-11-05 21:26:33 +00:00
recurse.mk Bug 1586100 - Avoid circular dependencies related to config/export|host. r=dmajor 2019-11-06 13:17:09 +00:00
rules.mk Bug 1617794 - Wrap Windows tools with Wine on cross builds. r=dmajor 2020-02-27 04:42:57 +00:00
run_spidermonkey_checks.py
run-and-prefix.py
static-checking-config.mk
stl-headers.mozbuild
system_header_util.py
system-headers.mozbuild Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
version_win.pl
version.mk
windows-h-constant.decls.h
windows-h-unicode.decls.h
windows-h-wrapper.template.h