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

Commit 17f90d8

Browse files
author
Matthias Koeppe
committed
beautification
1 parent 0dd9c50 commit 17f90d8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/Makefile.in

+10-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ all: sage
2727
## [sagelib-7.4.beta4] running install
2828
## [sagelib-7.4.beta4] error: install-base or install-platbase supplied, but installation scheme is incomplete
2929
sage:
30-
(cd $(srcdir) && export SAGE_ROOT=/doesnotexist SAGE_SRC=/doesnotexist SAGE_SRC_ROOT=/doesnotexist SAGE_DOC_SRC=/doesnotexist SAGE_SCRIPTS_DIR=/doesnotexist SAGE_BUILD_DIR=/doesnotexist SAGE_CYTHONIZED=/doesnotexist SAGE_PKGS=$(abs_top_srcdir)/build/pkgs && python -u setup.py build --build-base=$(abs_builddir)/build-sagelib install)
30+
(cd $(srcdir) \
31+
&& export SAGE_ROOT=/doesnotexist \
32+
SAGE_SRC=/doesnotexist \
33+
SAGE_SRC_ROOT=/doesnotexist \
34+
SAGE_DOC_SRC=/doesnotexist \
35+
SAGE_SCRIPTS_DIR=/doesnotexist \
36+
SAGE_BUILD_DIR=/doesnotexist \
37+
SAGE_CYTHONIZED=/doesnotexist \
38+
SAGE_PKGS=$(abs_top_srcdir)/build/pkgs \
39+
&& python -u setup.py build --build-base=$(abs_builddir)/build-sagelib install)
3140

3241
clean:
3342
@echo "Deleting Sage library build artifacts..."

0 commit comments

Comments
 (0)