Use "?=" operator for a contrib makefile in documentation - Mailing list pgsql-hackers

From Maxim Orlov
Subject Use "?=" operator for a contrib makefile in documentation
Date
Msg-id CACG=ezYfbQbrMubg2m_qce_GR9=A86io6UbpJ=c611O=Nv7gEw@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi!

Please give notice to this discussion [0].

I think that the Makefile should be written so that variable values,
specifically, PG_CONFIG, can be given to it from the environment rather
than the make command line. As a result, using the "?=" operator rather
than "=" to set a default value to the PG_CONFIG variable appears more
acceptable.

I'm not sure if this operator has to be changed in the main Postgres
source tree; after all, they're typically built with the kernel.


--
Best regards,
Maxim Orlov.
Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: mislead comments in pg_get_statisticsobjdef_string
Next
From: Todd Lang
Date:
Subject: RE: Supporting non-deterministic collations with tailoring rules.