remove clean_env_variables script (#5012)
This commit is contained in:
parent
5290734e49
commit
d3907ba08c
|
@ -26,4 +26,3 @@ cd ..
|
|||
touch bootloader_storage.c
|
||||
|
||||
pwd
|
||||
bash ../config/boards/clean_env_variables.sh
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
@echo off
|
||||
sh.exe clean_env_variables.sh
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "clean_env_variables.sh: Cleaning up so that no one inherits any of these values"
|
||||
export DEBUG_LEVEL_OPT=""
|
||||
export EXTRA_PARAMS=""
|
||||
export PROJECT_BOARD=""
|
||||
export PROJECT_CPU=""
|
||||
export USE_BOOTLOADER=""
|
||||
export VAR_DEF_ENGINE_TYPE=""
|
||||
export LED_CRITICAL_ERROR_BRAIN_PIN=""
|
||||
export BUILDDIR=""
|
||||
export DEBUG_LEVEL_OPT=""
|
||||
export USE_FATFS=""
|
||||
export USE_LIS302=""
|
||||
export SC_BUFFER_SIZE=""
|
||||
export FW_ID_ENV=""
|
|
@ -70,5 +70,3 @@ ls -l build
|
|||
|
||||
echo "$SCRIPT_NAME: deliver folder content:"
|
||||
ls -l deliver
|
||||
|
||||
bash config/boards/clean_env_variables.sh
|
||||
|
|
Loading…
Reference in New Issue