mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 06:35:19 -05:00
Statup scripts ensure that output directories exist.
This commit is contained in:
parent
5365223fe9
commit
8b0048d488
4 changed files with 27 additions and 10 deletions
|
|
@ -39,16 +39,7 @@ PP_VF_TASKS_C=`pp_vf_tasks_c $REPO_BASE_DIR`
|
|||
|
||||
DIFF_REPORT=`diff_report $REPO_BASE_DIR`
|
||||
|
||||
# Ensure that all output directories exist
|
||||
if [ ! -d "$LOG_DIR" ]; then
|
||||
mkdir "$LOG_DIR"
|
||||
fi
|
||||
if [ ! -d "$STATS_DIR" ]; then
|
||||
mkdir "$STATS_DIR"
|
||||
fi
|
||||
if [ ! -d "$PP_OUT_DIR" ]; then
|
||||
mkdir "$PP_OUT_DIR"
|
||||
fi
|
||||
ensure_output_dirs_exist $REPO_BASE_DIR
|
||||
|
||||
echo preprocessing production version of 'tasks.c'
|
||||
$PP $PROD_TASKS_C $PP_PROD_TASKS_C \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue