Merge: Improve initial make
authorJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 17:32:37 +0000 (13:32 -0400)
committerJean Privat <jean@pryen.org>
Thu, 23 Jul 2015 17:32:37 +0000 (13:32 -0400)
commitc572fc3b07fab00e018ea9855cfc3f57179196f9
tree2c00fa6c4c8af53859e36522a5d1261bc47ce028
parent2a30b5dd467fbd4e32b7417896c723ea158c6874
parente9c83028382e3bee9ffc9468db0577e63c910e0c
Merge: Improve initial make

Small improvement to make the initial make better.
For the final user perspective, an useless error message is removed and the whole process should be slightly faster.

Before:

* real time with cleared ccache: 4m46s
* user time with cleared ccache: 13m23s
* real time with full ccache: 42.5s
* user time with full ccache: 41.8s

After:

* real time with cleared ccache: 4m30s (-5.6%)
* user time with cleared ccache: 13m23s (-4.6%)
* real time with full ccache: 42.5s (-27.8%)
* user time with full ccache: 41.8s (-24.63)

Pull-Request: #1585
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>