Something fishy about the current Makefiles - Mailing list pgsql-hackers

From Tom Lane
Subject Something fishy about the current Makefiles
Date
Msg-id 14879.1294333031@sss.pgh.pa.us
Whole thread Raw
Responses Re: Something fishy about the current Makefiles  (Robert Haas <robertmhaas@gmail.com>)
Re: Something fishy about the current Makefiles  (Peter Eisentraut <peter_e@gmx.net>)
Re: Something fishy about the current Makefiles  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Whilst fooling around with GIN, I have repeatedly observed that doing
"make" in src/backend/access/gin, followed by "make install-bin" in
src/backend, fails to rebuild the postgres executable --- it just
installs the existing one.  A second execution of "make install-bin"
does notice that postgres is out of date and rebuilds it.  This
procedure for rebuilding after changing one or two .c files has always
worked for me before.  I can't avoid the suspicion that the recent
changes to make things more parallel-friendly broke something.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Erik Rijkers"
Date:
Subject: Re: MULTISET patch
Next
From: Jeff Davis
Date:
Subject: Re: WIP: Range Types