CMake/Tests/CommandLength
Roger Leigh 22e8b3af04 Ninja: Generate scripts for long custom command sequences
Ninja runs just one command line for every build statement, so the Ninja
generator needs to `&&`-chain multiple commands together into one long
string.  For long custom command sequences this can exceed the maximum
command-line length for the operating system.  In such cases, write the
commands out to a script instead, and then run the script from Ninja's
one command line.

Co-Author: Brad King <brad.king@kitware.com>
Fixes: #15612
2018-02-06 13:24:46 -05:00
..
CMakeLists.txt Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00
test.c Ninja: Generate scripts for long custom command sequences 2018-02-06 13:24:46 -05:00