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

Commit3ae0c48

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp