sh-elf-vhex - v2.0.0-rc17 : remove build and archive folder

*fix*
> [scripts]
  | [binutils/build] remove archive and build folder
  | [gcc/build] remove archive and build folder
This commit is contained in:
YannMagnin 2023-12-22 11:40:26 +01:00
parent e40d7f9fc6
commit 897a54b5bc
No known key found for this signature in database
GPG Key ID: D82629D933EADC59
2 changed files with 4 additions and 0 deletions

View File

@ -68,4 +68,6 @@ utils_makecmd install-strip
# Indicate that the construction is finished
rm -rf ../build
rm -rf ../archive
touch ../.fini

View File

@ -143,4 +143,6 @@ utils_makecmd install-strip-target-libsanitizer
# Indicate that the building up is finished
#---
rm -rf ../build
rm -rf ../archive
touch ../.fini