Ports: remove architecture from .compile_hash files

This is was over complicating things and there can be only one banan-os
build at a given time.
This commit is contained in:
2024-08-07 16:07:59 +03:00
parent 5aca6c7c1f
commit 2ca7886f88
3 changed files with 6 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ case $1 in
;;
distclean)
rm -rf $BANAN_BUILD_DIR
rm $BANAN_ROOT_DIR/ports/*/.compile_hash*
find $BANAN_ROOT_DIR/ports -name '.compile_hash' -exec rm {} +
;;
*)
build_target $1