mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 02:19:37 +02:00
svn2revsisioninc parameters remain backwards compatible, reverted changes to scripts made in revision 10235 #4b4ab7f006
git-svn-id: trunk@10242 -
This commit is contained in:
parent
7bdade1b53
commit
3112804d7b
@ -65,7 +65,7 @@ svn export $LazSrcDir $TmpDir
|
|||||||
if [ ! -e ../svn2revisioninc ]; then
|
if [ ! -e ../svn2revisioninc ]; then
|
||||||
make -C ../.. tools OPT="-n @$FPCCfg"
|
make -C ../.. tools OPT="-n @$FPCCfg"
|
||||||
fi
|
fi
|
||||||
../svn2revisioninc -D$LazSrcDir -O$TmpDir/ide/revision.inc
|
../svn2revisioninc $LazSrcDir $TmpDir/ide/revision.inc
|
||||||
|
|
||||||
# create a source tar.gz
|
# create a source tar.gz
|
||||||
cd $TmpDir/..
|
cd $TmpDir/..
|
||||||
|
@ -68,7 +68,7 @@ $SVN export $LAZSOURCEDIR $LAZBUILDDIR
|
|||||||
if [ ! -e tools/svn2revisioninc ]; then
|
if [ ! -e tools/svn2revisioninc ]; then
|
||||||
make tools PP=$COMPILER
|
make tools PP=$COMPILER
|
||||||
fi
|
fi
|
||||||
tools/svn2revisioninc -D$LAZSOURCEDIR -O$LAZBUILDDIR/ide/revision.inc
|
tools/svn2revisioninc $LAZSOURCEDIR $LAZBUILDDIR/ide/revision.inc
|
||||||
|
|
||||||
cd $LAZBUILDDIR
|
cd $LAZBUILDDIR
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ SET PATH=%FPCBINDIR%
|
|||||||
:: copy lazarus dir
|
:: copy lazarus dir
|
||||||
rmdir /s /q %BUILDDIR%
|
rmdir /s /q %BUILDDIR%
|
||||||
%SVN% export %LAZSVNDIR% %BUILDDIR% >> %LOGFILE%
|
%SVN% export %LAZSVNDIR% %BUILDDIR% >> %LOGFILE%
|
||||||
..\..\svn2revisioninc -D%LAZSVNDIR% -O%BUILDDIR%\ide\revision.inc
|
..\..\svn2revisioninc %LAZSVNDIR% %BUILDDIR%\ide\revision.inc
|
||||||
|
|
||||||
call build-fpc.bat
|
call build-fpc.bat
|
||||||
|
|
||||||
@ -115,4 +115,4 @@ echo FPCSVNDIR: directory that contains a svn version of the fpcbuild repository
|
|||||||
echo LAZSVNDIR: directory that contains a svn version of the lazarus repository
|
echo LAZSVNDIR: directory that contains a svn version of the lazarus repository
|
||||||
echo RELEASECOMPILER: bootstrapping compiler for building fpc
|
echo RELEASECOMPILER: bootstrapping compiler for building fpc
|
||||||
|
|
||||||
:STOP
|
:STOP
|
Loading…
Reference in New Issue
Block a user