sh-elf-vhex - v2.0.0-rc18 : add cleaning logs

*update*
> [scripts]
  | [binutils/build] add cleaning logs
  | [gcc/build] add cleaning logs
This commit is contained in:
YannMagnin 2023-12-22 12:41:43 +01:00
parent 897a54b5bc
commit 186e0b456e
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,6 +68,8 @@ utils_makecmd install-strip
# Indicate that the construction is finished
echo "$TAG Cleaning up..."
rm -rf ../build
rm -rf ../archive
touch ../.fini

View File

@ -143,6 +143,8 @@ utils_makecmd install-strip-target-libsanitizer
# Indicate that the building up is finished
#---
echo "$TAG Cleaning up..."
rm -rf ../build
rm -rf ../archive
touch ../.fini