Re: make world and install-world without docs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Andrew Dunstan <andrew@dunslane.net>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-01T22:23:32Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 31.05.21 16:16, Andrew Dunstan wrote: >> make SKIPDOCS=1 world >> make SKIPDOCS=1 install-world > Maybe this should be configure option? That's generally where you set > what you want to build or not build. (That might also make the > buildfarm integration easier, since there are already facilities to > specify and report configure options.) Hmm, I think I prefer Andrew's way. The fact that I don't want to build the docs right now doesn't mean I won't want to do so later --- in fact, that sequence is pretty exactly what I do whenever I'm working on a patch. It'd be annoying to have to re-configure to make that work. regards, tom lane
Commits
-
Add new make targets world-bin and install-world-bin
- 100e9ae53f21 14.0 landed
- b8c4261e5e8d 15.0 landed
- cbd5d7c852dc 9.6.23 landed
- b796435be003 10.18 landed
- a7e3a390e11e 11.13 landed
- c71471c96f16 12.8 landed
- bd0be7f7a42f 13.4 landed