Re: changeset generation v5-01 - Patches & git tree - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: changeset generation v5-01 - Patches & git tree
Date
Msg-id 1372001828.77795.YahooMailNeo@web162901.mail.bf1.yahoo.com
Whole thread Raw
In response to Re: changeset generation v5-01 - Patches & git tree  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
Kevin Grittner <kgrittn@ymail.com> wrote:

>  uninstall:

>     rm -f '$(DESTDIR)$(bindir)/pg_basebackup$(X)'
>     rm -f '$(DESTDIR)$(bindir)/pg_receivexlog$(X)'
> +   rm -f '$(DESTDIR)$(bindir)/pg_receivellog$(X)'

Oops.  That part is not needed.

>  clean distclean maintainer-clean:
> -   rm -f pg_basebackup$(X) pg_receivexlog$(X) $(OBJS) pg_basebackup.o pg_receivexlog.o pg_receivellog.o
> +   rm -f pg_basebackup$(X) pg_receivexlog$(X) pg_receivellog$(X) $(OBJS) pg_basebackup.o pg_receivexlog.o
pg_receivellog.o

Just that part.


--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: changeset generation v5-01 - Patches & git tree
Next
From: Noah Misch
Date:
Subject: Re: BUG #7493: Postmaster messages unreadable in a Windows console