git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e19a82)
Remove unwanted "garbage cleanup" logic in Makefiles.
Wed, 8 Aug 2018 18:32:29 +0000 (14:32 -0400)
Wed, 8 Aug 2018 18:32:29 +0000 (14:32 -0400)
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


diff --git a/GNUmakefile.in b/GNUmakefile.in
index 973fef54fb3664017cb68e1284d5c2b58eb5fda3..563c83b5a20d3fc8bb731d4b2c4a764505517032 100644 (file)
--- 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)
diff --git a/src/interfaces/ecpg/preproc/Makefile b/src/interfaces/ecpg/preproc/Makefile
index b0c404e41ed50ad9838a07370168fe19dae7bc16..07721752c8feddecd9197458ae44072035893b65 100644 (file)
--- a/src/interfaces/ecpg/preproc/Makefile
+++ b/src/interfaces/ecpg/preproc/Makefile
@@ -64,8 +64,6 @@ uninstall:
clean distclean:
rm -f *.o ecpg$(X)
-# garbage from development
- @rm -f core a.out
# `make distclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c
# since we want to ship those files in the distribution for people with
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /