Re: small kernel headers patch

2009-03-03 Thread Juan Jose Pablos
Allan Lyons escribió: > 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

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.