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

Commit5d844d3

Browse files
committed
'make clean' must remove the create subdirectories results/ and log/,
not merely remove their contents. Else 'cvs update' complains.
1 parente2d34d7 commit5d844d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/interfaces/ecpg/test/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.55 2006/08/0408:52:17 meskes Exp $
1+
# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.56 2006/08/0414:18:09 tgl Exp $
22

33
subdir = src/interfaces/ecpg/test
44
top_builddir = ../../../..
@@ -35,9 +35,7 @@ clean distclean maintainer-clean:
3535
$(MAKE) -C compat_informix$@
3636
$(MAKE) -C complex$@
3737
$(MAKE) -C thread$@
38-
rm -f results/*.stdout results/*.stderr results/*.c
39-
rm -rf tmp_check/
40-
rm -f log/*.log
38+
rm -rf tmp_check results log
4139
rm -f pg_regress.inc.sh regression.diff
4240

4341
all: pg_regress.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp