Parent Directory
|
Revision Log
|
Patch
| revision 1.21 by cbauer, Thu Nov 7 19:14:38 2002 UTC | revision 1.22 by cbauer, Mon Sep 29 13:30:11 2003 UTC | |
|---|---|---|
| # | Line 62 if [ -x /usr/bin/getconf ] ; then | Line 62 if [ -x /usr/bin/getconf ] ; then |
| 62 | else | else |
| 63 | NCPU=1 | NCPU=1 |
| 64 | fi | fi |
| 65 | PARL=$[ $NCPU + 1 ] | (make -k -j $NCPU; exit 0) |
| (make -k -j $PARL; exit 0) | ||
| 66 | make | make |
| 67 | ||
| 68 | %install | %install |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |