We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b0b83 commit f91c20bCopy full SHA for f91c20b
build/make/Makefile.in
@@ -724,6 +724,7 @@ $(1)-$(4)-no-deps:
724
echo "$$($(4)_DISABLED_MESSAGE)" 2>&1; \
725
exit 1; \
726
elif [ -x '$$(SAGE_ROOT)/build/pkgs/$(1)/spkg-install' ]; then \
727
+ rm -rf '$$($(4))/var/lib/sage/scripts/$(1)'; \
728
cd '$$(SAGE_ROOT)/build/pkgs/$(1)' && \
729
. '$$(SAGE_ROOT)/src/bin/sage-src-env-config' && \
730
. '$$(SAGE_ROOT)/src/bin/sage-env-config' && \
0 commit comments