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

From Tom Lane
Subject pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i
Date
Msg-id E1YsfRk-0007Si-Ni@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix comment.
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Additional functions and operators for jsonb