Allow manifest rebuild to loop up to 100 times
authorColin Cross <ccross@android.com>
Mon, 26 Jan 2015 21:52:20 +0000 (13:52 -0800)
committerColin Cross <ccross@android.com>
Tue, 3 Feb 2015 20:49:15 +0000 (12:49 -0800)
commit5fbfa4ba72883cc0ecd199d17a70da3698be0402
tree164a28a3233e01581c958ba76c89627adc3419c6
parent62458b6f19dd134d2a4a38ff81e368c8b7e5605d
Allow manifest rebuild to loop up to 100 times

Ninja generators that bootstrap themselves with Ninja may need
to rebuild build.ninja multiple times.  Replace the 2 cycle loop
with a 100 cycle loop, and print the pass number each time it
restarts.

Original-author: Jamie Gennis <jgennis@gmail.com>
src/ninja.cc