| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | teo(at)flex(dot)ro |
| Cc: | hackers(at)postgreSQL(dot)org, brook(at)trillium(dot)NMSU(dot)Edu |
| Subject: | Re: [HACKERS] Upgrades for 6.4.1 |
| Date: | 1998-12-18 17:59:42 |
| Message-ID: | 199812181759.MAA03631@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Constantin, should you add this Makefile to the pgaccess distribution?
I am not sure. It is in the PostgreSQL source tree.
>
> --- bin/pgaccess/Makefile.orig Fri Nov 6 23:43:38 1998
> +++ bin/pgaccess/Makefile Fri Nov 6 23:46:26 1998
> @@ -0,0 +1,21 @@
> +#-------------------------------------------------------------------------
> +#
> +# Makefile
> +# Makefile for pgaccess
> +#
> +# Copyright (c) 1994, Regents of the University of California
> +#
> +# IDENTIFICATION
> +# $Header: /usr/local/cvsroot/pgsql/src/interfaces/libpgtcl/Makefile.in,v 1.33 1998/10/19 00:00:41 tgl Exp $
> +#
> +#-------------------------------------------------------------------------
> +
> +SRCDIR= ../..
> +include $(SRCDIR)/Makefile.global
> +
> +.PHONY: all clean
> +all clean:
> +
> +.PHONY: install
> +install: pgaccess.tcl
> + $(INSTALL) $(INSTL_EXE_OPTS) pgaccess.tcl $(BINDIR)/pgaccess
> ===========================================================================
>
>
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-12-18 18:03:43 | Re: [HACKERS] Sorry to nag, but... [Failures with arrays] |
| Previous Message | Bruce Momjian | 1998-12-18 17:55:00 | Re: [HACKERS] Upgrades for 6.4.1 |