Update auf V963, Einarbeitung der neuesten CLFS Version

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

View File

@ -75,12 +75,13 @@ premk() {
mk() {
CC="gcc ${BUILDOPTIONS}" \
./configure --host=$TARGET \
--prefix=/usr \
./configure --prefix=/usr \
--bindir=/bin \
--enable-html
make -j $NUMCPU
make -j $NUMCPU html
make -j $NUMCPU DESTDIR=$TMPROOT install
make -j $NUMCPU -C doc DESTDIR=$TMPROOT install-html
}
postmk() {