On Thursday 09 March 2006 10:18, Valentin Zagura wrote: > In /etc/make.conf > # MAKEOPTS provides extra options that may be passed to > 'make' when a # program is compiled. Presently the only > use is for specifying # the number of parallel makes > (-j) to perform. The suggested number # for parallel > makes is CPUs+1. > #MAKEOPTS="-j2" > > 2 procesoare pe aceeasi masina ar trebui sa mearga mai bine > decat 2 masini diferite.
Nu rezolva ce a intrebat omul. Vorbea de compilarile per packet nu in un singur packet (care se pot paraleliza asa cum spui). Si anume sa poti compile 2 pachete in acelasi timp (care nu depind unul de altul of course). make -jX nu prea e util deoarece paralizeaza doar compilarea in un singur director si depinde cum e facut softul. oricum e bine si -j decat nimic. -- Mihai RUSU Email: [EMAIL PROTECTED] GPG : http://dizzy.roedu.net/dizzy-gpg.txt WWW: http://dizzy.roedu.net "Linux is obsolete" -- AST _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
