8000 Remove temporary portlock directory during make [dist]clean. · Giperboloid/postgres@3274ec0 · GitHub
[go: up one dir, main page]

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 3274ec0

Browse files
committed
Remove temporary portlock directory during make [dist]clean.
Another oversight in 9b4eafc.
1 parent 822e883 commit 3274ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $(call recurse,distprep coverage,doc src config contrib)
4747
# it's not built by default
4848
$(call recurse,clean,doc contrib src config)
4949
clean:
50-
rm -rf tmp_install/
50+
rm -rf tmp_install/ portlock/
5151
# Garbage from autoconf:
5252
@rm -rf autom4te.cache/
5353

@@ -58,7 +58,7 @@ distclean maintainer-clean:
5858
$(MAKE) -C contrib $@
5959
$(MAKE) -C config $@
6060
$(MAKE) -C src $@
61-
rm -rf tmp_install/
61+
rm -rf tmp_install/ portlock/
6262
# Garbage from autoconf:
6363
@rm -rf autom4te.cache/
6464
rm -f config.cache config.log config.status GNUmakefile

0 commit comments

Comments
 (0)
0