| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Problems with CVS HEAD compile |
| Date: | 2008-05-17 03:19:26 |
| Message-ID: | 200805170319.m4H3JQF18374@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > Since ecpg localization was added today, I am unable to compile
> > src/interfaces/ecpg. I get:
>
> > $ gmake -w clean
> > gmake: Entering directory `/usr/var/local/src/gen/pgsql/CURRENT/pgsql/src/interfaces/ecpg'
> > rm -f
> > usage: rm [-dfiPRrW] file ...
> > gmake: *** [clean-po] Error 1
>
> Huh, seems you have a remarkably picky version of "rm". None of the
> machines I use seem to have a problem with an empty file list.
>
> Of course the underlying issue is that ecpg hasn't actually got any
> translations yet --- but that's unlikely to change for awhile.
> Do we need to work around this?
You are right; my 'rm' is picky:
$ rm
usage: rm [-dfiPRrW] file ...
I can remove the file as part of my CVS update script.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Euler Taveira de Oliveira | 2008-05-17 04:58:23 | Re: Problems with CVS HEAD compile |
| Previous Message | Tom Lane | 2008-05-17 03:12:43 | Re: Problems with CVS HEAD compile |