Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

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

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