chroot management tasks added to makefile

This commit is contained in:
phanes
2023-02-20 18:53:44 -05:00
parent 9a95b0e699
commit a33a01cff5
5 changed files with 169 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ echo "Loading project_config.sh...."
# this is where the directory for foster is located. serves as the
# parent directory for most other directories
project_root="$(dirname $(readlink -f "${BASH_SOURCE[0]}"))"
# the project files for the make system that is used to orchestrate the
# build steps
dir_make=${project_root}/make.project