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

Commit7fddac9

Browse files
committed
Have clean clean out the test directory also, as well as the Makefiles in
interfaces/{libpq,libpgtcl}
1 parent6380e70 commit7fddac9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/GNUmakefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.22 1997/12/26 22:35:53 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.23 1998/01/13 04:43:22 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -61,6 +61,7 @@ clean:
6161
$(MAKE) -C backend clean
6262
$(MAKE) -C interfaces clean
6363
$(MAKE) -C bin clean
64+
$(MAKE) -C test clean
6465
ifneq ($(wildcard man), )
6566
$(MAKE) -C man clean
6667
endif
@@ -78,6 +79,8 @@ distclean: clean
7879
bin/pg_version/Makefile \
7980
include/config.h \
8081
backend/utils/Gen_fmgrtab.sh \
82+
interfaces/libpq/Makefile \
83+
interfaces/libpgtcl/Makefile \
8184
include/os.h \
8285
Makefile.port
8386

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp