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

Commit 1dfeb84

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in (sage_docbuild-clean): New, run it from build-clean
1 parent 0a472f2 commit 1dfeb84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/make/Makefile.in

+4-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,10 @@ sagelib-clean:
346346
@echo "Deleting Sage library build artifacts..."
347347
(cd "$(SAGE_SRC)" && rm -rf c_lib .cython_version; rm -rf build; find . -name '*.pyc' | xargs rm -f; rm -rf sage/ext/interpreters) && (cd "$(SAGE_ROOT)/build/pkgs/sagelib/src/" && rm -rf build)
348348

349-
build-clean: clean doc-clean sagelib-clean
349+
sage_docbuild-clean:
350+
(cd "$(SAGE_ROOT)/build/pkgs/sage_docbuild/src" && rm -rf build)
351+
352+
build-clean: clean doc-clean sagelib-clean sage_docbuild-clean
350353

351354
# Special target for cleaning up a broken GCC install detected by configure
352355
# This should check for the .clean-broken-gcc stamp, and if found clean

0 commit comments

Comments
 (0)