Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea046f0

Browse files
committed
Fix misstatement in comment in Makefile.shlib.
There is no need for "all: all-lib" to be placed before inclusion ofMakefile.shlib. Makefile.global is what ensures that "all" is thedefault target, and we already document that that has to be includedfirst. Per comment from Pavel Raiskup.Discussion: <1925924.izSMJEZO3x@unused-4-107.brq.redhat.com>
1 parent7107d58 commitea046f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
# clean-lib delete the static and shared libraries from the build dir
4848
# maintainer-clean-lib delete .def files built for win32
4949
#
50-
# Since `all-lib' is the first rule in this file you probably want to
51-
# have the `all' target before including this file. In the most simple
52-
# case it would look like this:
50+
# Typically you would add `all-lib' to the `all' target so that `make all'
51+
# builds the libraries. In the most simple case it would look like this:
5352
#
5453
# all: all-lib
5554
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp