Re: [update5] [PATCH] init: bzip2 or lzma -compressed kernels and initrds

From: Willy Tarreau
Date: Tue Sep 23 2008 - 23:53:18 EST


On Tue, Sep 23, 2008 at 11:25:32PM +0200, Alain Knaff wrote:
> H. Peter Anvin wrote:
> > More failures...
> >
> > /bin/sh: scripts/bin_size: No such file or directory
>
> Could be a permission issue. Did you try to chmod 755 scripts/bin_size ?
> Hmmm, diff does indeed not encode permissions, how should such cases be
> usually handled?

either you find a way to chmod +x from a makefile (but this is a bit tricky)
or better, you call it with $(CONFIG_SHELL) :

$(CONFIG_SHELL) scripts/bin_size

Some other commands in the makefiles are already handled this way.

Willy

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/