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

Appearance settings

Commit 08b01d4

Browse filesBrowse files
committed
Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile.
Commit 257836a added the "locale" subdirectory to SUBDIRS, but neglected to remove it from ALWAYS_SUBDIRS. This oversight had no functional effect because the filter-out function would remove it anyway. Still, it's confusing to readers to list a subdirectory in both places, especially because it makes the associated comment into a partial lie.
1 parent 20659fd commit 08b01d4
Copy full SHA for 08b01d4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/test/Makefile

Copy file name to clipboardExpand all lines: src/test/Makefile
+1-1Lines 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 ldap locale ssl)
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.