moving to stage 2 for temp tool cross-compilation up to 6.3

This commit is contained in:
phanes
2023-02-19 17:25:49 -05:00
parent 98d5416c6b
commit 6051ca386f
19 changed files with 745 additions and 17 deletions

View File

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