remove clean_env_variables script (#5012)

This commit is contained in:
David Holdeman 2023-01-28 18:55:40 -06:00 committed by GitHub
parent 5290734e49
commit d3907ba08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 21 deletions

View File

@ -26,4 +26,3 @@ cd ..
touch bootloader_storage.c
pwd
bash ../config/boards/clean_env_variables.sh

View File

@ -1,2 +0,0 @@
@echo off
sh.exe clean_env_variables.sh

View File

@ -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=""

View File

@ -70,5 +70,3 @@ ls -l build
echo "$SCRIPT_NAME: deliver folder content:"
ls -l deliver
bash config/boards/clean_env_variables.sh