pgsql/ ontrib/Makefile ontrib/retep/build.xml ...

From: Peter Eisentraut - PostgreSQL <petere(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Date: 2001-07-06 23:07:20
Message-ID: 200107062307.f66N7Kw96511@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere(at)hub(dot)org 01/07/06 19:07:20

Modified files:
contrib : Makefile
contrib/retep : build.xml
src/interfaces/jdbc: Makefile build.xml
Added files:
contrib/retep : Makefile
Removed files:
. : build.xml

Log message:
Resolve a number of oddities in the Java build. First, remove the weird
redirections between the build files, which didn't work completely. Now
you just go to the directory of your choice and run make. Clean up the
build files to have a logical order, fix the unnecessary rebuilds, prevent
the deleting targets from removing files they're not responsible for. Ant
1.3 does not have a bug. It deletes directories just fine if you follow
the documentation.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-07-07 02:37:44 Re: pgsql/ ontrib/Makefile ontrib/retep/build.xml ...
Previous Message Tom Lane 2001-07-06 21:04:27 pgsql/src backend/access/transam/xact.c backen ...