This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/33087] Add dependency information to object files and make use of it



------- Comment #4 from raselmsh at hotmail dot com  2007-08-17 12:04 -------
I took a look at ccache again, and it is definitely not what I was thinking of.
 ccache is more aimed at accelerating multiple full compile rounds of the same
package, whereas I was thinking of improving dependency handling in makefiles
in order to simplify them - the same problem that 'gcc -M' solves, but to my
mind a more elegant solution.  Although ccache can do this, I think it is
rather clumsy for the job, just as I wouldn't use it as a substitute for 'gcc
-M'.

On the other hand, I can live with the fact that you don't agree about the need
for this :)  If I had time (and you were interested), I would take a look at
doing it myself, but unfortunately I don't...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33087


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]