Re: GNU Make performance question

2004-03-23 Thread Larry Hall
At 10:09 PM 3/23/2004, you wrote: >I am writing a document on the performance of gnu make and various >makefiles and came across something I can't explain. > >To measure the speed of gnu make $(subst...) versus sed I wrote this >simple makefile: > > p1000 := ...<1000 character string with periodic

GNU Make performance question

2004-03-23 Thread Robert Mecklenburg
I am writing a document on the performance of gnu make and various makefiles and came across something I can't explain. To measure the speed of gnu make $(subst...) versus sed I wrote this simple makefile: p1000 := ...<1000 character string with periodic semicolons>... # This simple assignmen