Re: Coming attractions: VPATH build; make variables issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Coming attractions: VPATH build; make variables issue
Date: 2000-10-18 17:24:14
Message-ID: 5577.971889854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> This is an opportune time to sort out the use of the make variables
> CPPFLAGS and CFLAGS, which are used interchangeably in some places.
> Unfortunately, this would mean having to fix each of the targets

> dep depend:
> $(CC) -MM $(CFLAGS) *.c >depend

Why? Shouldn't CFLAGS include CPPFLAGS? These targets seem correct
to me as they stand ... other than assuming CC is gcc, but nevermind
that...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-18 17:28:52 Re: Re: pg_dump docs
Previous Message Bruce Momjian 2000-10-18 17:21:54 Re: Coming attractions: VPATH build; make variables issue