Fixed clean up error message on Windows
This commit is contained in:
parent
94af6ff590
commit
4b25bb1f34
@ -68,5 +68,8 @@ RUN Set-Location -Path $env:SystemDrive\.; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\bin\win64\zabbix_get.exe $env:ZBX_OUTPUT_DIR\bin; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\bin\win64\zabbix_sender.exe $env:ZBX_OUTPUT_DIR\bin; `
|
||||
Copy-Item -Path $env:ZBX_SOURCES_DIR\conf\zabbix_agentd.win.conf $env:ZBX_OUTPUT_DIR\conf\zabbix_agentd.conf; `
|
||||
nmake /S -f Makefile clean; `
|
||||
nmake /S -f Makefile `
|
||||
PCREINCDIR=$env:SystemDrive\build_output\pcre\include `
|
||||
PCRELIBDIR=$env:SystemDrive\build_output\pcre\lib `
|
||||
clean; `
|
||||
Write-Host 'Zabbix binaries are compiled...';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user