qt5base-lts/qmake/generators/unix
Frederik Gladhorn f33c6f37a8 Work around MinGW-make's magic prefixing of paths.
When building QNX on MS-Windows, make magically adds the Msys root as
prefix to variables whose values look like paths; this applies to both
environment variables and variables given values on the command-line.
When we don't actually want to install under the Msys root, this is
unwelcome "help".  So (for MinGW's make) support a magic prefix of our
own, @msyshack@, that'll make a path value for INSTALL_ROOT not look
like a path to make; we can then strip it off when we come to use it.

Change-Id: I951ad3c8fe3e5cfb49e6e361d7fff779f3a9d716
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
2016-01-21 19:23:40 +00:00
..
unixmake2.cpp fix the trailing-backslash-in-DESTDIR-on-mingw workaround 2015-10-14 14:57:54 +00:00
unixmake.cpp Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00
unixmake.h Work around MinGW-make's magic prefixing of paths. 2016-01-21 19:23:40 +00:00