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

Commit e5f9065

Browse files
author
Matthias Koeppe
committed
More comments
1 parent 17f90d8 commit e5f9065

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ abs_top_srcdir = @abs_top_srcdir@
99
all: sage
1010

1111
## All sagelib-building is done by setup.py.
12-
## DON'T ADD ADDITIONAL STEPS TO THIS MAKEFILE.
12+
## This is so that sagelib can be installed by standard Python procedures,
13+
## such as "./setup.py install" or "pip install ."
14+
## BECAUSE OF THIS, DON'T ADD ADDITIONAL STEPS TO THIS MAKEFILE.
1315

1416
## We poison all environment variables that have paths to the sage source and build directories,
1517
## but keep the directories below SAGE_LOCAL intact.

0 commit comments

Comments
 (0)