Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 778967a

Browse files
committed
Make: don't run git checkout - at the end of the build
Running `git checkout CPYTHON_CURRENT_COMMIT` and then `git checkout -c` can render the sphinx build slower because many sources may seem out of date.
1 parent e0baf29 commit 778967a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ all: ensure_prerequisites
7070
-D latex_elements.inputenc= \
7171
-D latex_elements.fontenc=' \
7272
$(MODE)
73-
git -C $(CPYTHON_PATH) checkout -
7473
@echo "Build success, open file://$(abspath $(CPYTHON_PATH))/Doc/build/html/index.html or run 'make serve' to see them."
7574

7675

0 commit comments

Comments
 (0)