reducing scripts duplication

This commit is contained in:
rusefi 2019-06-08 15:08:03 -04:00
parent 2238bee1cf
commit 0ed1e2ef21
7 changed files with 13 additions and 34 deletions

View File

@ -0,0 +1,7 @@
echo clean_env_variables.bat: Cleaning up so that no one inherits any of these values
set DEBUG_LEVEL_OPT=
set EXTRA_PARAMS=
set PROJECT_BOARD=
set PROJECT_CPU=
set USE_BOOTLOADER=

View File

@ -16,9 +16,4 @@ if not exist build/rusefi.hex exit -1
..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set PROJECT_CPU=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat

View File

@ -17,9 +17,4 @@ set DEBUG_LEVEL_OPT="-O2"
make -j4
..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set PROJECT_CPU=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat

View File

@ -21,9 +21,4 @@ if not exist build/rusefi.hex exit -1
..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set PROJECT_CPU=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat

View File

@ -22,9 +22,4 @@ if not exist build/rusefi.hex exit -1
..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set PROJECT_CPU=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat

View File

@ -14,8 +14,4 @@ make clean
mkdir .dep
make -r
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat

View File

@ -14,8 +14,4 @@ make clean
mkdir .dep
make -r
rem Clean up so that no one inherits this value
set PROJECT_BOARD=
set EXTRA_PARAMS=
set DEBUG_LEVEL_OPT=
set USE_BOOTLOADER=
call config/boards/clean_env_variables.bat