]> granicus.if.org Git - postgresql/commit
Improve missing-program error handling in make_ctags and make_etags.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Jan 2019 18:33:50 +0000 (13:33 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Jan 2019 18:33:50 +0000 (13:33 -0500)
commit52a301e0d95aa25aa9bbc0eefd1167458e3e0cab
tree5ae7c7f2b6961bf71e980d78b99270a172cd64ca
parent9f527a6e9a70ea668616e20d05c31d7a086669a4
Improve missing-program error handling in make_ctags and make_etags.

If ctags (resp. etags) isn't installed, these scripts naturally fail,
but the error messages were less clear than one could wish.
It seems worth installing an explicit test to improve that.

Nikolay Shaplov, with suggestions from Michael Paquier and Andrew Dunstan

Discussion: https://postgr.es/m/2394207.ccz7JgCJsh@x200m
src/tools/make_ctags
src/tools/make_etags