Skip to content

Commit d5351fc

Browse files
committed
Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
1 parent 429ee5a commit d5351fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/test_decoding/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp
6565
$(pg_isolation_regress_installcheck) \
6666
$(ISOLATIONCHECKS)
6767

68-
PHONY: submake-test_decoding submake-regress check \
68+
.PHONY: submake-test_decoding submake-regress check \
6969
regresscheck regresscheck-install-force \
7070
isolationcheck isolationcheck-install-force
7171

src/test/modules/brin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ isolation-check: | submake-isolation
2424
--outputdir=./isolation_output \
2525
$(ISOLATIONCHECKS)
2626

27-
PHONY: check isolation-check
27+
.PHONY: check isolation-check
2828

2929
submake-isolation:
3030
$(MAKE) -C $(top_builddir)/src/test/isolation all

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy