Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit27a5a0e

Browse files
committed
Remove temporary portlock directory during make [dist]clean.
Another oversight in9b4eafc.
1 parentea55b15 commit27a5a0e

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)

[8]ページ先頭

©2009-2025 Movatter.jp