der make install bei mtools mag nicht parallel - da stellt er sich selber ein bein.

-> na dann lassen wir das ebend...



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4983 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-12-30 06:48:57 +00:00
parent 0cefaa99bf
commit ae3d9e149b

View File

@ -82,8 +82,8 @@ mk() {
./configure --host=$TARGET \
--prefix=/usr
make -j $NUMCPU
make -j $NUMCPU install
make -j $NUMCPU prefix=$TMPROOT/usr install
make install
make prefix=$TMPROOT/usr install
}
postmk() {