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

Skip to content

Commit b85fd73

Browse files
committed
Remove temporary portlock directory during make [dist]clean.
Another oversight in 9b4eafc.
1 parent 9d3f29d commit b85fd73

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
@@ -57,7 +57,7 @@ $(call recurse,distprep coverage,doc src config contrib)
5757
# it's not built by default
5858
$(call recurse,clean,doc contrib src config)
5959
clean:
60-
rm -rf tmp_install/
60+
rm -rf tmp_install/ portlock/
6161
# Garbage from autoconf:
6262
@rm -rf autom4te.cache/
6363

@@ -68,7 +68,7 @@ distclean maintainer-clean:
6868
$(MAKE) -C contrib $@
6969
$(MAKE) -C config $@
7070
$(MAKE) -C src $@
71-
rm -rf tmp_install/
71+
rm -rf tmp_install/ portlock/
7272
# Garbage from autoconf:
7373
@rm -rf autom4te.cache/
7474
rm -f config.cache config.log config.status GNUmakefile

0 commit comments

Comments
 (0)
0