[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: install-includeHEADERS
From: |
Tom Tromey |
Subject: |
Re: install-includeHEADERS |
Date: |
24 Feb 2002 11:54:17 -0700 |
>>>>> "Ted" == Ted Irons <address@hidden> writes:
Ted> The way that C++ include files are currently installed can
Ted> trigger a multitude of expensive recompilations (esp. if the
Ted> include files contain templates).
Ted> Any possibility of making the above behavior (or something like
Ted> it) the default behavior for install headers?
I'd prefer we not do this.
Instead, why not solve the problem by having an `install' which does
the comparisons? That way only people who want the feature will pay
for it.
Tom