mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 03:19:17 +02:00
* put cvsfiles in outputdir
This commit is contained in:
parent
339fed5022
commit
724984f3f0
@ -24,7 +24,7 @@ mkdir buildsrc
|
|||||||
cd buildsrc
|
cd buildsrc
|
||||||
cvs -z3 checkout -r $CVSTAG fpc
|
cvs -z3 checkout -r $CVSTAG fpc
|
||||||
|
|
||||||
find -name CVS -type d | xargs tar --remove-files cvf CVSfiles.tar.gz
|
find -name CVS -type d | xargs tar --remove-files cvf $OUTPUTDIR/CVSfiles-$1.tar.gz
|
||||||
|
|
||||||
rm -f $OUTPUTDIR/$PACKNAME.tar.gz $OUTPUTDIR/$PACKNAME.zip
|
rm -f $OUTPUTDIR/$PACKNAME.tar.gz $OUTPUTDIR/$PACKNAME.zip
|
||||||
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
zip -D9r $OUTPUTDIR/$PACKNAME.zip fpc/
|
||||||
|
Loading…
Reference in New Issue
Block a user