[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080924035222.GA6457@1wt.eu>
Date: Wed, 24 Sep 2008 05:52:22 +0200
From: Willy Tarreau <w@....eu>
To: Alain Knaff <alain@...ff.lu>
Cc: "H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org
Subject: Re: [update5] [PATCH] init: bzip2 or lzma -compressed kernels and initrds
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists