Am Mittwoch, 22. März 2006 16:04 schrieb Ralf Wildenhues: > Hi Vadim, Tommi, > > * Tommi Mäkitalo wrote on Wed, Mar 22, 2006 at 03:55:58PM CET: > > Am Donnerstag, 16. März 2006 14:02 schrieb Vadim Godunko: ... > > Hmm. Making depcomp more complex is not such a great idea. It is > executed in a hot path (once for every compilation), and should be as > quickly as possible. If your ecpp can be made to work similarly to one > of the already-given compilers, then it would not be difficult. But > again it would be more important to support languages which are both > widely used and commonly available (such as Ada). > > Cheers, > Ralf Hi,
I think it need not be too difficult. I think about replacing this error-message about "Unknown depmode" with something like: "[-x $1.depcomp] && ./$1.depcomp" >>$depfile" Tommi
