cblfs informationen verarbeitet

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4632 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-04-27 10:11:11 +00:00
parent 609dfd094a
commit 5673a1bb56

View File

@ -83,11 +83,13 @@ premk() {
mk32() {
CC="gcc $BUILDOPTIONS32" \
CXX="g++ $BUILDOPTIONS32" \
USE_ARCH=32 \
./configure --target=$TARGET32 \
--prefix=/usr \
--without-python &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
mv -v $TMPROOT/usr/bin/xml2-config{,-32}
make distclean
}
@ -99,15 +101,18 @@ mk() {
fi
CC="gcc $BUILDOPTIONS" \
CXX="g++ $BUILDOPTIONS" \
USE_ARCH=64 \
./configure --target=$TARGET \
--prefix=/usr \
$ADDOPTIONS &&
make -j $NUMCPU &&
make -j $NUMCPU DESTDIR=$TMPROOT install
if [ "$MK64BIT" == "true" ]; then
mv $TMPROOT/usr/bin/xmlcatalog{,.64}
mv $TMPROOT/usr/bin/xmlcatalog.32 $TMPROOT/usr/bin/xmlcatalog
fi
mv -v $TMPROOT/usr/bin/xml2-config{,-64}
ln -s multiarch_wrapper $TMPROOT/usr/bin/xml2-config
#if [ "$MK64BIT" == "true" ]; then
#mv $TMPROOT/usr/bin/xmlcatalog{,.64}
#mv $TMPROOT/usr/bin/xmlcatalog.32 $TMPROOT/usr/bin/xmlcatalog
#fi
}
#Funktion wird nach Ablauf des Make Prozesses ausgeführt, und kann