binutils pass 1

This commit is contained in:
phanes
2023-02-19 02:39:41 -05:00
parent d0eee09fdc
commit 57897757d6
9 changed files with 578 additions and 3 deletions

8
make.project/clean.sh Executable file
View File

@@ -0,0 +1,8 @@
# clean the slate
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_stage}
echo
echo "Deleting ${dir_stage}"
rm -Rfv ${dir_logs}

View File

@@ -0,0 +1,4 @@
rm -Rfv ${dir_artifacts}
rm -Rfv ${dir_sysroot}
mkdir -p ${dir_artifacts}
mkdir -p ${dir_sysroot}