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

Commit d6831b1

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in: Add all-build-local, all-build-venv, which include dependency on toolchain
1 parent 8796008 commit d6831b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/make/Makefile.in

+6
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,14 @@ all-sage: \
243243
$(CLEANED_PACKAGES_CLEANS)
244244

245245
# Same but filtered by installation trees:
246+
all-build-local: toolchain-deps
247+
+$(MAKE_REC) all-sage-local
248+
246249
all-sage-local: $(SAGE_LOCAL_INSTALLED_PACKAGE_INSTS) $(SAGE_LOCAL_CLEANED_PACKAGES_CLEANS)
247250

251+
all-build-venv: toolchain-deps
252+
+$(MAKE_REC) all-sage-venv
253+
248254
all-sage-venv: $(SAGE_VENV_INSTALLED_PACKAGE_INSTS) $(SAGE_VENV_CLEANED_PACKAGES_CLEANS)
249255

250256
# Download all packages which should be inside an sdist tarball (the -B

0 commit comments

Comments
 (0)