]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document *static* -- in two places!
authorGuido van Rossum <guido@python.org>
Mon, 22 Feb 1999 18:11:18 +0000 (18:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Feb 1999 18:11:18 +0000 (18:11 +0000)
Modules/Setup.in

index 7f38d9f5a4a1633be9e3a290692a8f848694d67c..43e175b219717371a352b4a465fb4c7a2431938f 100644 (file)
@@ -43,6 +43,9 @@
 # installed using "make sharedinstall", which is implied by the
 # toplevel "make install" target.)  (For compatibility,
 # *noconfig* has the same effect as *shared*.)
+#
+# In addition, *static* reverses this effect (negating a previous
+# *shared* line).
 
 # NOTE: As a standard policy, as many modules as can be supported by a
 # platform should be present.  The distribution comes with all modules
@@ -107,7 +110,7 @@ GLHACK=-Dclear=__GLclear
 
 # Uncommenting the following line tells makesetup that all following
 # modules are to be built as shared libraries (see above for more
-# detail):
+# detail; also note that *static* reverses this effect):
 
 #*shared*