8000
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 f69b3ea commit f53590cCopy full SHA for f53590c
Makefile
@@ -88,11 +88,6 @@ ensure_prerequisites:
88
echo " git clone $(UPSTREAM) $(CPYTHON_PATH)"; \
89
exit 1; \
90
fi
91
- @if [ -n "$$(git -C $(CPYTHON_PATH) status --porcelain)" ]; then \
92
- echo "Your cpython clone at $(CPYTHON_PATH) is not clean."; \
93
- echo "In order to avoid breaking things, please clean it first."; \
94
- exit 1; \
95
- fi
96
@if ! (blurb help >/dev/null 2>&1 && sphinx-build --version >/dev/null 2>&1); then \
97
git -C $(CPYTHON_PATH) checkout $(BRANCH); \
98
echo "You're missing dependencies, please enable a venv and install:"; \
0 commit comments