Re: utils C files - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: utils C files
Date
Msg-id Pine.LNX.4.44.0207172105350.9047-100000@localhost.localdomain
Whole thread Raw
In response to Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: utils C files  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> > Can you point to one example of such an inconsistency?  I can't find one.
>
> Sure, interfaces/libpq had:
>
>     OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
>           pqexpbuffer.o dllist.o md5.o pqsignal.o fe-secure.o \
>           $(INET_ATON) $(SNPRINTF) $(STRERROR)
>
> while psql/Makefile had what I think you wanted:

Note that the libpq makefile goes through trouble to link the inet_aton.c
file into the current directory, so this example doesn't count.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: several minor cleanups
Next
From: Manfred Koizar
Date:
Subject: Re: Optional Oid