Allan Lyons escribió:
> On Mon, Feb 09, 2009 at 03:39:44PM +0100, Juan Jose Pablos wrote:
>> and why resizecons is missing from the patch?
>
> Because as far as I can tell, resizecons does not get installed to
> stage1/usr/bin. Therefore, there is no need to try and remove it.
>
fair enough th
On Mon, Feb 09, 2009 at 03:39:44PM +0100, Juan Jose Pablos wrote:
>
> and why resizecons is missing from the patch?
Because as far as I can tell, resizecons does not get installed to
stage1/usr/bin. Therefore, there is no need to try and remove it.
Allan.
--
Allan Lyons escribió:
> What this patch does is to change the syntax from something that only bash
> understands to something that all posix compliant shells
> should understand. make uses /bin/sh to run the commands. On Debian Lenny
> and recent/future Ubuntu releases, bin/sh is dash and not
On Sun, Feb 08, 2009 at 05:08:15PM +0100, Juan Jose Pablos wrote:
> Allan Lyons escribió:
>
> > 3) remove what I think is the last remaining bashism so the makefile works
> > on systems where /bin/sh is a POSIX compliant
> > shell other than bash. Brace expansion is a bash extension.
> >
> sorr
Allan Lyons escribió:
> Hi,
>
> This is a small patch for linuxboot/Makefile that does three things.
>
> 1) linuxthreads has been replaced by NPTL in recent versions of glibc. So,
> if the default is 2.6.1, then the
> glibc-linuxthreads line should be commented out.
Hi,
This is a small patch for linuxboot/Makefile that does three things.
1) linuxthreads has been replaced by NPTL in recent versions of glibc. So, if
the default is 2.6.1, then the
glibc-linuxthreads line should be commented out. In order to keep make from
complaining, there are a couple