small kernel headers patch

2009-02-27 Thread Allan Lyons
Hi, Here is a small patch to fix up a minor issue. In linuxboot/Makefile, the kernel headers are installed when bzImage is built. They are also installed when glibc is built. This patch removes the second case since it probably makes more sense to do all of the kernel stuff together. Allan.

Re: Parallel Make and PostgreSQL support

2009-02-27 Thread Allan Lyons
On Fri, Feb 27, 2009 at 01:30:17PM +0100, Juan Jose Pablos wrote: > Allan Lyons escribió: > > Hi, > > > > This patch does two main things: > > 1) adds support for PostgreSQL > > 2) makes parallel builds with make -j possible > > > > Added. some parts like parted 1.8.8 and the kernel version were

Re: Parallel Make and PostgreSQL support

2009-02-27 Thread Juan Jose Pablos
Allan Lyons escribió: > Hi, > > This patch does two main things: > 1) adds support for PostgreSQL > 2) makes parallel builds with make -j possible > Added. some parts like parted 1.8.8 and the kernel version were skipped. I have not test it yet, it is on the process.. right now. --