In <[EMAIL PROTECTED]>, on 01/04/05 
   at 09:49 AM, Bruce Momjian <pgman@candle.pha.pa.us> said:

>Peter Eisentraut wrote:
>> [EMAIL PROTECTED] wrote:
>> > NOTE - the patch to the makefile is to keep it from constantly
>> > building psql.exe as the target "psql" all by itself is never created
>> > as the output executable on OS/2 and Windows is psql.exe.
>> 
>> If this were a problem on Windows, we'd have more problems all over the 
>> place, not only in psql's makefile.  On Cygwin, I know there is no 
>> problem, because of the peculiar way that the system calls map the file 
>> names.  Not sure what native Windows does.

>I tested this on MinGW and didn't have the rebuild problem either.  gmake
>seems to know the .exe is implied.  I wonder if this is an OS/2 gmake
>bug.

Looks like it could be...

I even added an explicit .SUFFIXES: .exe and it will still build the exe
file when it is present from a make just done.

what a PITA


-- 
-----------------------------------------------------------
[EMAIL PROTECTED]
-----------------------------------------------------------


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to