reducing scripts duplication
This commit is contained in:
parent
2238bee1cf
commit
0ed1e2ef21
|
@ -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=
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue