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

Commit24775c5

Browse files
committed
Document and work around ANT bug that prevents directory deletion.
1 parent695f239 commit24775c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/jdbc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.31 2001/05/25 14:28:58 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.32 2001/06/07 20:24:54 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -37,3 +37,5 @@ uninstall:
3737

3838
cleandistcleanmaintainer-clean:
3939
$(ANT) -buildfile$(top_srcdir)/build.xml clean
40+
# ANT 1.3 has a bug that prevents directory deletion
41+
rm -rf build jars

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp