This is a discussion on Re: Net-SNMP 5.2.2 released within the SNMP Coders forums, part of the Networking and Network Related category; Wes Hardaker wrote: >>>>>>On Fri, 9 Dec 2005 06:58:35 -0500, Robert Story &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Wes Hardaker wrote:
>>>>>>On Fri, 9 Dec 2005 06:58:35 -0500, Robert Story <rstory@freesnmp.com> said: > > > AH> I used to use "make -j8 -k 2>&1 | tee -a makelog", go make coffee, and > AH> fix up any errors, but now repeating that over and over that never seems > AH> to complete. > > Robert> Interesting. I don't recall ever having gotten it to work ok > Robert> on the first run. What release were you able to do this with? > > I used it for a while with distcc and it was cool. However, it didn't > ever build cleanly all the way through but it got most things done > without it. Unless the source really was broken, running the above command twice was always enough. IIRC it still worked on CVS HEAD a couple of months ago. Today the best answer seems to be: make -j8 -k 2>&1 | tee -a makelog.0 make 2>&1 | tee -a makelog.1 To do in parallel as much as possible, and serialize the rest. -- There's no point in being grown up if you can't be childish sometimes. -- Dr. Who ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |