better error message
This commit is contained in:
parent
485ae2da75
commit
ecac09de11
|
@ -4,7 +4,7 @@ echo Entering %script_name%
|
|||
mkdir .dep
|
||||
rem todo: start using env variable for number of threads or for '-r'
|
||||
make -j4 -r
|
||||
if not exist build/rusefi.hex echo FAILED to compile by %script_name%
|
||||
if not exist build/rusefi.hex echo FAILED to compile by %script_name% with %PROJECT_BOARD% %DEBUG_LEVEL_OPT% and %EXTRA_PARAMS%
|
||||
if not exist build/rusefi.hex exit -1
|
||||
|
||||
rm -f build/rusefi.dfu
|
||||
|
|
Loading…
Reference in New Issue