sid24ss / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Provide an option in distcc pump mode to use the dependency list generated by other tools #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Distcc version: 3.1
Platform: Ubuntu 10.04

This is a feature request.

Many project building tools like cmake, ant, make or make based custom tools 
provide use dependency generators to figure out whether to rebuild an object 
file or not.

make based tools use gcc -MM and cmake uses a recursive grep based approach. 
However, this information can also be passed to distcc instead of distcc (pump 
mode) trying to figure out the list of files/dependencies to be transferred to 
the machine for compilation.

Distcc should then turn of its dependency calculator and honor the list 
received from the user.

Original issue reported on code.google.com by gkhura...@gmail.com on 21 Aug 2010 at 7:32