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

Skip to content

Commit 30e817e

Browse files
committed
Changed the occurrence of *shared* in the example so people won't
accidentally uncomment it...
1 parent 376467a commit 30e817e

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

Modules/Setup.in

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,16 @@
3232
#
3333
# which defines a Make variable definition inserted into Makefile.in
3434
#
35-
# Finally, if a line has the literal form
36-
#
37-
# *shared*
38-
#
39-
# (that is including the '*' and '*' !) then the following modules will
40-
# not be included in the config.c file, nor in the list of objects to be
41-
# added to the library archive, and their linker options won't be added
42-
# to the linker options, but rules to create their .o files and their
43-
# shared libraries will still be added to the Makefile, and their
44-
# names will be collected in the Make variable SHAREDMODS. This is
45-
# used to build modules as shared libraries. (They must be installed
46-
# using "make sharedinstall".) (For compatibility, *noconfig* has the
47-
# same effect as *shared*.)
35+
# Finally, if a line contains just the word "*shared*" (without the
36+
# quotes but with the stars), then the following modules will not be
37+
# included in the config.c file, nor in the list of objects to be
38+
# added to the library archive, and their linker options won't be
39+
# added to the linker options, but rules to create their .o files and
40+
# their shared libraries will still be added to the Makefile, and
41+
# 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,
44+
# *noconfig* has the same effect as *shared*.)
4845

4946
# NOTE: As a standard policy, as many modules as can be supported by a
5047
# platform should be present. The distribution comes with all modules

0 commit comments

Comments
 (0)