summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-08-08 14:32:29 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-08-08 14:32:29 -0400
commit1eee8d4994fe0b93ac02c613c1e955680e3a5ce3 (patch)
treed0c7fb22242a6be3e36d4eb5cf74c3b7b5beae36 /GNUmakefile.in
parent8e19a82640d3fa2350db146ec72916856dd02f0a (diff)
downloadpostgresql-1eee8d4994fe0b93ac02c613c1e955680e3a5ce3.tar.gz
Remove unwanted "garbage cleanup" logic in Makefiles.
GNUmakefile.in defined a macro "garbage" that seems to have been meant as a suitable target for automatic "rm -rf" treatment, but it isn't actually used anywhere (and indeed never was, AFAICT). Moreover, we have concluded that the Makefiles shouldn't take it upon themselves to remove files that aren't expected by-products of building, so that doing anything like that would be against project policy anyway. Hence, just remove the macro. Grepping around finds another violation of that policy in ecpg/preproc, so clean that up too. Daniel Gustafsson (ecpg change by me) Discussion: https://postgr.es/m/AFBEF63E-E19D-4EBB-9F08-4617CDC751ED@yesql.se
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 973fef54fb..563c83b5a2 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -78,7 +78,6 @@ GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
distdir = postgresql-$(VERSION)
dummy = =install=
-garbage = =* "#"* ."#"* *~* *.orig *.rej core postgresql-*
dist: $(distdir).tar.gz $(distdir).tar.bz2
rm -rf $(distdir)