rm optionen erweitert. Es wird jetzt weniger in gpplib uebernommen

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4521 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2008-05-29 15:06:32 +00:00
parent 7b670cfa68
commit 96a6e39d60

View File

@ -73,7 +73,7 @@ SRCPATH=Base/lib
(( MKPKG = $MKPKG | 16 ))
(( MKPKG = $MKPKG | 4 ))
VERSION=0.4.0.0
VERSION=0.4.2.2
if [ -f $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2 ]; then
rm $LFSSOURCE/$SRCPATH/gpplib-[0-9]*.tar.bz2
fi
@ -98,9 +98,9 @@ mk() {
rm {bin,man,dev}.{tar,md5,frg,drg}
rm -r usr/bin usr/include usr/info usr/man usr/share
if [ "$MK64BIT" == "true" ]; then
rm usr/lib64/gcc
rm -r usr/lib64/gcc
else
rm usr/lib/gcc
rm -r usr/lib/gcc
fi
find . -name "*.a" -exec rm {} \;
find . -name "*.la" -exec rm {} \;