Backend makefile refactoring

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: Backend makefile refactoring
Date: 2008-02-18 16:49:05
Message-ID: 200802181749.08321.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I want to work on getting rid of the SUBSYS.o things in the backend build,
ideally in some way to supports both the current and the new way of building
things (details to be defined). To prepare for that, I have refactored some
common rules in the backend makefiles. See attached patch. This should not
change any functionality of the build system at the moment.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Attachment Content-Type Size
backend-makefile-refactor.patch text/x-diff 28.5 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-02-18 18:52:40 Re: Proposed patch to change TOAST compression strategy
Previous Message Magnus Hagander 2008-02-18 15:37:06 Re: tzcode update