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

Commit08b01d4

Browse files
committed
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Commit257836a added the "locale" subdirectory to SUBDIRS,but neglected to remove it from ALWAYS_SUBDIRS. This oversighthad no functional effect because the filter-out function wouldremove it anyway. Still, it's confusing to readers to list asubdirectory in both places, especially because it makes theassociated comment into a partial lie.
1 parent20659fd commit08b01d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif
3838
# clean" etc to recurse into them. (We must filter out those that we
3939
# have conditionally included into SUBDIRS above, else there will be
4040
# make confusion.)
41-
ALWAYS_SUBDIRS =$(filter-out$(SUBDIRS),examples kerberos ldaplocalessl)
41+
ALWAYS_SUBDIRS =$(filter-out$(SUBDIRS),examples kerberos ldap ssl)
4242

4343
# We want to recurse to all subdirs for all standard targets, except that
4444
# installcheck and install should not recurse into the subdirectory "modules".

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp