Re: Remove distprep
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-07-14T09:48:26Z
Lists: pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes: > Ah, there was a reason. The headerscheck and cpluspluscheck targets > need jsonpath_gram.h to be built first. Which previously happened > indirectly somehow? I have fixed this in the new patch version. I also > fixed the issue that Álvaro reported nearby. Have we yet run this concept past the packagers list? I'm still wondering if they will raise any objection to getting rid of all the prebuilt files. Also, I personally don't like the fact that you have removed the distinction between distclean and maintainer-clean. I use distclean-and-reconfigure quite a lot to avoid having to rebuild bison/flex outputs. This patch seems to have destroyed that workflow optimization in return for not much. regards, tom lane
Commits
-
Fix make build on MinGW
- 58445651dbc6 17.0 landed
-
Stop generating plain-text INSTALL instructions.
- e2b73f4a4de6 17.0 landed
-
Remove distprep
- 721856ff24b3 17.0 landed