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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user