first step at itemizing dependency checks

This commit is contained in:
Chris Punches
2024-02-09 01:25:47 -05:00
parent 94f1da7fbf
commit 1f9ca13476
3 changed files with 22 additions and 14 deletions

View File

@@ -47,6 +47,10 @@ download_patches:
set -e
${dir_make}/download_patches.sh
dependencies:
set -e
sudo /usr/bin/env -i bash -c ". ./project_config.sh && ${dir_make}/dependencies.sh"
# kicks off rex
build_stage1:
set -e
@@ -121,6 +125,7 @@ all:
make clean && \
make dirs && \
make install_rex && \
make dependencies && \
make download_patches && \
make download_sources && \
make build_stage1 && \