diff options
| author | Barry Lind <barry@xythos.com> | 2003-02-12 06:13:04 +0000 |
|---|---|---|
| committer | Barry Lind <barry@xythos.com> | 2003-02-12 06:13:04 +0000 |
| commit | 0dbb7aeac4235c8d3a026adbe8585e2cbdf2771e (patch) | |
| tree | 24b4381735c929cafed4af71fed89dbd040df266 /src/interfaces/jdbc/Makefile | |
| parent | d6b043eb6387f7497b90d8c1914c846066ca45c7 (diff) | |
Patch to messages file from Holger Klawitter to add a missing message.
Patch to makefile to clean up some of the output
Modified Files:
jdbc/Makefile jdbc/org/postgresql/errors.properties
jdbc/org/postgresql/errors_de.properties
Diffstat (limited to 'src/interfaces/jdbc/Makefile')
| -rw-r--r-- | src/interfaces/jdbc/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/interfaces/jdbc/Makefile b/src/interfaces/jdbc/Makefile index 3e41fc9eb84..e7c49c3c6d8 100644 --- a/src/interfaces/jdbc/Makefile +++ b/src/interfaces/jdbc/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 2001, PostgreSQL Global Development Group # -# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.37 2002/12/11 12:27:47 davec Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/jdbc/Attic/Makefile,v 1.38 2003/02/12 06:13:04 barry Exp $ # #------------------------------------------------------------------------- @@ -16,12 +16,12 @@ majorversion:= $(shell echo $(VERSION) | sed 's/^\([0-9][0-9]*\)\..*$$/\1/') minorversion:= $(shell echo $(VERSION) | sed 's/^[0-9][0-9]*\.\([0-9][0-9]*\).*$$/\1/') build.properties: $(top_builddir)/src/Makefile.global - echo "# This file was created by 'make build.properties'." > build.properties - echo major=$(majorversion) >> build.properties - echo minor=$(minorversion) >> build.properties - echo fullversion=$(VERSION) >> build.properties - echo def_pgport=$(DEF_PGPORT) >> build.properties - echo enable_debug=$(enable_debug) >> build.properties + @echo "# This file was created by 'make build.properties'." > build.properties + @echo major=$(majorversion) >> build.properties + @echo minor=$(minorversion) >> build.properties + @echo fullversion=$(VERSION) >> build.properties + @echo def_pgport=$(DEF_PGPORT) >> build.properties + @echo enable_debug=$(enable_debug) >> build.properties all: build.properties $(ANT) -buildfile $(srcdir)/build.xml all |
