8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

CORE-6424 - Be sure to fail the build process if the employee database cannot be copied to the output directory for packaging.

This commit is contained in:
Paul Reeves 2020-10-21 10:36:45 +02:00
parent e68cfc1e48
commit 8a7357d20f

View File

@ -193,6 +193,10 @@ endlocal
::==============
:MOVE2
@copy %FB_GEN_DIR%\examples\employee.fdb %FB_OUTPUT_DIR%\examples\empbuild\ > nul
if errorlevel 1 (
@call :ERROR copying employee database to %FB_OUTPUT_DIR%\examples\empbuild failed - see make_examples_%FB_TARGET_PLATFORM%.log for details
@goto :EOF
)
if defined FB2_INTLEMP (
if exist %FB_GEN_DIR%\examples\intlemp.fdb (