Thread

  1. Re: [BUGS] Error in Makefile

    Tom Lane <tgl@sss.pgh.pa.us> — 1999-08-26T19:12:35Z

    I wrote:
    > For a real fix, I think we have no alternative but to abandon the way
    > that mkMakefile.tcldefs.sh does its job --- this horsing around with
    > "eval eval" is just not going to replicate the quoting/evaluation
    > behavior you get from executing the script.
    
    This issue seemed familiar, and upon digging through my inbox I find
    that Albert Chin reported related problems in pgsql-hackers on 7/10/99.
    That discussion tapered off without quite agreeing on a fix.  Albert was
    recommending using "sed" to remove quote marks, but I'm thinking that we
    really ought to just source the darn script rather than trying to
    emulate the shell's evaluation rules...
    
    			regards, tom lane