Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d5351fcb
Commit
d5351fcb
authored
Mar 19, 2016
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix phony .PHONY.
A couple makefiles had misspelled the magic .PHONY target as PHONY.
parent
429ee5a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/test_decoding/Makefile
contrib/test_decoding/Makefile
+1
-1
src/test/modules/brin/Makefile
src/test/modules/brin/Makefile
+1
-1
No files found.
contrib/test_decoding/Makefile
View file @
d5351fcb
...
...
@@ -65,7 +65,7 @@ isolationcheck-install-force: all | submake-isolation submake-test_decoding temp
$(pg_isolation_regress_installcheck)
\
$(ISOLATIONCHECKS)
PHONY
:
submake-test_decoding submake-regress check
\
.
PHONY
:
submake-test_decoding submake-regress check
\
regresscheck regresscheck-install-force
\
isolationcheck isolationcheck-install-force
...
...
src/test/modules/brin/Makefile
View file @
d5351fcb
...
...
@@ -24,7 +24,7 @@ isolation-check: | submake-isolation
--outputdir
=
./isolation_output
\
$(ISOLATIONCHECKS)
PHONY
:
check isolation-check
.
PHONY
:
check isolation-check
submake-isolation
:
$(MAKE)
-C
$(top_builddir)
/src/test/isolation all
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment