Re: PROVE_FLAGS

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PROVE_FLAGS
Date: 2017-05-03 19:21:53
Message-ID: 20170503192153.jjlwfvae5r3ibjtq@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-05-03 15:14:27 -0400, Andrew Dunstan wrote:
>
> Can someone please explain to me why we have this in Makefile.global.in?
> (from commit e9c81b60 )
>
>
> PROVE_FLAGS =
>
>
> ISTM it's unnecessary, and prevents us from using the same named value
> in the environment. I want to be able to use the environment in
> vcregress.pl, and I'd like the Make files to work the same way.

Wouldn't it be better to append the environment to the flags here,
that'd allow us to modify flags from both places?

Andres

In response to

  • PROVE_FLAGS at 2017-05-03 19:14:27 from Andrew Dunstan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2017-05-03 19:32:17 Re: PROVE_FLAGS
Previous Message Andrew Dunstan 2017-05-03 19:14:27 PROVE_FLAGS