Error verkopplung der kommandos aufgehoben..

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/ViitorMake@6013 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-03-02 18:40:30 +00:00
parent be298e4aac
commit ffb6b093cf

View File

@ -86,10 +86,10 @@ premk() {
mk() {
CC="gcc ${BUILDFLAGS}" \
./configure --libdir=/tools/${LIBDIR} \
--prefix=/tools &&
make -j $NUMCPU &&
make -j $NUMCPU install &&
make -j $NUMCPU install install-private-headers &&
--prefix=/tools
make -j $NUMCPU
make -j $NUMCPU install
make -j $NUMCPU install install-private-headers
ln -sv tclsh8.5 /tools/bin/tclsh
}