Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 24775c5

Browse files
committed
Document and work around ANT bug that prevents directory deletion.
1 parent 695f239 commit 24775c5

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
clean distclean maintainer-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)