| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Re: [COMMITTERS] pgsql: Make 'find' syntax consistent; add .git exclusion to make_ctags. |
| Date: | 2009-01-15 01:51:23 |
| Message-ID: | 20090115015123.GT24156@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > Bruce Momjian wrote:
> > > Log Message:
> > > -----------
> > > Make 'find' syntax consistent; add .git exclusion to make_ctags.
> >
> > Should this consider the distdir target in /GNUmakefile.in too?
>
> Uh, I usually run the tag program from the /src directory where there is
> no 'distdir', but if you want 'distdir' added, just let me know.
No, I'm just pointing out that the distdir rule has a find invocation,
and it excludes directories named CVS. So if we exclude .git on the
make_[ce]tags scripts, maybe we should on make distdir too.
On the other hand, I'm not sure who (if anyone) runs make distdir, so
maybe this is not an issue.
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2009-01-15 01:53:49 | pgsql: Modify distdir rule to skip .git directory. |
| Previous Message | Bruce Momjian | 2009-01-15 00:58:20 | Re: Re: [COMMITTERS] pgsql: Make 'find' syntax consistent; add .git exclusion to make_ctags. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2009-01-15 01:53:59 | Re: Re: [COMMITTERS] pgsql: Make 'find' syntax consistent; add .git exclusion to make_ctags. |
| Previous Message | Bruce Momjian | 2009-01-15 01:50:31 | Re: BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION |