pgsql: Minor cleanups for install_llvm_module/uninstall_llvm_module Mak

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor cleanups for install_llvm_module/uninstall_llvm_module Mak
Date: 2018-04-28 18:03:02
Message-ID: E1fCUBa-00081j-9x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bc19b7836215b1a847524041a1bd138d7bb5cbef

Modified Files
--------------
src/Makefile.global.in | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-04-28 18:45:45 pgsql: Un-break contrib install with llvm.
Previous Message Tom Lane 2018-04-28 15:46:21 pgsql: Assorted minor doc/comment fixes.