Optimierungen beim make aufruf verursachen fehler...entfernt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5191 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-21 15:09:23 +00:00
parent 28786a2c24
commit ab133f34d2

View File

@ -107,7 +107,7 @@ mk() {
CXX="g++ ${BUILDOPTIONS}" \
../xz*/configure $ADDOPTIONS \
--prefix=/usr
make -j $NUMCPU CC="gcc ${BUILDOPTIONS}" CXX="g++ ${BUILDOPTIONS}"
make -j $NUMCPU
make -j $NUMCPU DESTDIR=$TMPROOT install
mv $TMPROOT/usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin
}