aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-07 20:24:54 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-07 20:24:54 +0000
commit24775c5cd53a3e7a7ea70bd1323103ee1bd223e7 (patch)
tree4cf3d216a812e939011cd4e96703a632bcca3af2 /src
parent695f2395c2498ae87a0b1cd6aa2f887587398e64 (diff)
downloadpostgresql-24775c5cd53a3e7a7ea70bd1323103ee1bd223e7.tar.gz
postgresql-24775c5cd53a3e7a7ea70bd1323103ee1bd223e7.zip
Document and work around ANT bug that prevents directory deletion.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/jdbc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/Makefile b/src/interfaces/jdbc/Makefile
index c6e7fc6604a..c40de4e0bc0 100644
--- a/src/interfaces/jdbc/Makefile
+++ b/src/interfaces/jdbc/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.31 2001/05/25 14:28:58 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.32 2001/06/07 20:24:54 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -37,3 +37,5 @@ uninstall:
clean distclean maintainer-clean:
$(ANT) -buildfile $(top_srcdir)/build.xml clean
+ # ANT 1.3 has a bug that prevents directory deletion
+ rm -rf build jars