pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i
Date: 2015-05-13 22:48:12
Message-ID: E1YsfRk-0007Si-Ni@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.

The top-level makefile removes tmp_install in its "clean" target, but the
distclean and maintainer-clean targets overlooked that (and they don't
simply invoke clean, because that would result in an extra tree traversal).

While at it, let's just make sure that removing GNUmakefile itself is the
very last step of the recipe.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9660710e2f5bbbf1b18640fbc5edcceafe7a10ad

Modified Files
--------------
GNUmakefile.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2015-05-14 00:21:08 Re: pgsql: Additional functions and operators for jsonb
Previous Message Andrew Dunstan 2015-05-13 20:40:21 Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file