From kde-devel Tue Jul 31 16:44:33 2001 From: Stephan.Althaus () t-online ! de (Stephan Althaus) Date: Tue, 31 Jul 2001 16:44:33 +0000 To: kde-devel Subject: Re: Leon Bottou's optimization and makefiles X-MARC-Message: https://marc.info/?l=kde-devel&m=99659792916327 On Errors, see for details: http://lists.kde.org/?l=kde-devel&m=99644024611545&w=2 On Tuesday 31 July 2001 17:29, Mark W. Webb wrote: > On Tuesday 31 July 2001 11:14 am, Stephan Althaus wrote: > > that sounds like what I am looking for.... > Just so I understand this, > doobjprelink - this is the file/script that does the 'finds' listed below. > There is no problem running make after objprelink? The objects won't get > re-compiled? > > thanks again !!! > > > On Tuesday 31 July 2001 16:21, Mark W. Webb wrote: > > > Has anyone put Leon Bottou's optimization program into current KDE > > > makefiles. I assume not, because that would only limit the makefiles to > > > work on i386 machines. But could someone help me to get this > > > optimization program integrated into my Makefiles. Or is there a > > > better way to do it? > > > > > > >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to > > > >> unsubscribe << > > > > I made an executable script in my path > > > > find . -name '*.o' -exec objprelink {} \; > > find . -name '*.lo' -exec touch {} \; > > > > which executes the program "objprelink" compiled from "objprelink.c" > > in the current folder. To build kdelibs, ..etc. I do > > > > make && doobjprelink && make && make install > > > > Stephan >> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<