Content-Length: 257151 | pFad | http://github.com/postgrespro/postgres/commit/08b01d4dd982b491a2f9641804b368185b8f4c53

A6 Remove now-useless ALWAYS_SUBDIRS entry in src/test/Makefile. · postgrespro/postgres@08b01d4 · GitHub
Skip to content

Commit 08b01d4

Browse 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

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 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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/08b01d4dd982b491a2f9641804b368185b8f4c53

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy