Skip to content
Snippets Groups Projects
Commit 24775c5c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Document and work around ANT bug that prevents directory deletion.

parent 695f2395
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # 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: ...@@ -37,3 +37,5 @@ uninstall:
clean distclean maintainer-clean: clean distclean maintainer-clean:
$(ANT) -buildfile $(top_srcdir)/build.xml clean $(ANT) -buildfile $(top_srcdir)/build.xml clean
# ANT 1.3 has a bug that prevents directory deletion
rm -rf build jars
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment