summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-07 14:41:54 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-07 14:41:54 (GMT)
commit7fef86ea71261ec575cf0bc3b4bcf8cdd8488765 (patch)
treed668c39e820a49dcf53c6ad209a68b493a1c39c0 /Modules/Setup.in
parent06c18088d665cb25b9ce8d05da36432a5cbd6d27 (diff)
downloadcpython-7fef86ea71261ec575cf0bc3b4bcf8cdd8488765.zip
cpython-7fef86ea71261ec575cf0bc3b4bcf8cdd8488765.tar.gz
cpython-7fef86ea71261ec575cf0bc3b4bcf8cdd8488765.tar.bz2
Clarify sharedinstall comment
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index e24e1f3..d652240 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -39,8 +39,9 @@
# added to the linker options, but rules to create their .o files and
# their shared libraries will still be added to the Makefile, and
# their names will be collected in the Make variable SHAREDMODS. This
-# is used to build modules as shared libraries. (They must be
-# installed using "make sharedinstall".) (For compatibility,
+# is used to build modules as shared libraries. (They can be
+# installed using "make sharedinstall", which is implied by the
+# toplevel "make install" target.) (For compatibility,
# *noconfig* has the same effect as *shared*.)
# NOTE: As a standard policy, as many modules as can be supported by a