Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fef86e

Browse files
committed
Clarify sharedinstall comment
1 parent 06c1808 commit 7fef86e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Modules/Setup.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@
3939
# added to the linker options, but rules to create their .o files and
4040
# their shared libraries will still be added to the Makefile, and
4141
# their names will be collected in the Make variable SHAREDMODS. This
42-
# is used to build modules as shared libraries. (They must be
43-
# installed using "make sharedinstall".) (For compatibility,
42+
# is used to build modules as shared libraries. (They can be
43+
# installed using "make sharedinstall", which is implied by the
44+
# toplevel "make install" target.) (For compatibility,
4445
# *noconfig* has the same effect as *shared*.)
4546

4647
# NOTE: As a standard policy, as many modules as can be supported by a

0 commit comments

Comments
 (0)