Andre Poenitz wrote:
> On Wed, Mar 21, 2007 at 12:14:49AM +0100, Peter Kümmel wrote:
>> Andre Poenitz wrote:
>>> On Tue, Mar 20, 2007 at 06:45:29PM +0000, Angus Leeming wrote:
>>>> Andre Poenitz <[EMAIL PROTECTED]> writes:
>>>> Given that your solution to the problems that the compiler has with these 
>>>> 11 
>>>> files is so simple, why don't we introduce a new rule to the makefile to 
>>>> do 
>>>> just as you suggest? Ie, let the makefile perform the concatenation?
>>> It's an interesting suggestion.
>> I've added this feature to the cmake build:
>>
>>     cmake ../trunk/development/cmake -Dmerge=1
>>
>> then all *.C files but the files of the boost and the qt4 directories
>> are merged into one file. This happens while the configure process.
>> On windows it runs without changes to a actual co, for linux you need
>> the attached patch.
>> And it is faster!!
> 
> Do you have numbers?

files             multiple  merged  (in minutes)
----------------------------------------------
cmake msvc debug     17       9
cmake msvc release   19      10
Linux cmake          21      11
Linux auto/make      54      --


Is make really so slow? I've called autogen, ./configure, make,
is this correct?


Peter

Reply via email to