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

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