Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagelib/spkg-install: Fix up deleting temp.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 7, 2022
1 parent c97dc01 commit 3605076
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ fi

# Trac #33103: The temp.* directories are large after a full build.
# We remove them to save space; they are not needed for fast rebuilds.
for build_tree in build/pkgs/sagelib/src/build src/build; do
rm -rf $build_tree/temp.*
done
rm -rf build/temp.*

if [ "$UNAME" = "CYGWIN" ]; then
sage-rebase.sh "$SAGE_LOCAL" 2>/dev/null;
Expand Down

0 comments on commit 3605076

Please sign in to comment.