Re: [HACKERS] PL patches (one more)

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Jan Wieck <jwieck(at)debis(dot)com>
Cc: Brook Milligan <brook(at)trillium(dot)NMSU(dot)Edu>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PL patches (one more)
Date: 1998-10-09 13:46:46
Message-ID: 361E13C6.DA15D441@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> o pl/tcl/mkMakefile.tcldefs.sh.in
>
> At least one bash I'm using on one of my systems single
> quotes the values in the output of the set command. But
> make interprets CC=gcc -O2 different from CC='gcc -O2'.

istm that perhaps

make CC=gcc CFLAGS+=-O2

would be the best choice for achieving this. (And it works :).

- Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-09 13:54:50 Re: [PATCHES] plpgsql patch..
Previous Message Horak Daniel 1998-10-09 11:29:05 RE: [HACKERS] NT port of PGSQL - success]