]> granicus.if.org Git - postgresql/commit
Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 18:02:57 +0000 (14:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 28 Apr 2018 18:02:57 +0000 (14:02 -0400)
commitbc19b7836215b1a847524041a1bd138d7bb5cbef
tree1e27625c219affefa8cb447c36f9dbb0eefba217
parent4094031dd3392b2f49b190a5617d0c247167bcf6
Minor cleanups for install_llvm_module/uninstall_llvm_module Make macros.

Don't put comments inside the macros, per complaint from Michael Paquier.

Quote target directory path with single quotes, not double; that seems
to be our project standard.  Not quoting it at all definitely isn't
per standard.

Remove excess slash in one instance of path.

Remove useless semicolon.

Discussion: https://postgr.es/m/20180428073935.GB1736@paquier.xyz
src/Makefile.global.in