mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +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:
parent
e68cfc1e48
commit
8a7357d20f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user