Re: [PATCH 2/2] lzma support: lzma compressed kernel image

From: Willy Tarreau
Date: Sun Jun 12 2005 - 23:26:48 EST


On Mon, Jun 13, 2005 at 12:31:50AM +0200, Christian Leber wrote:
> On Tue, Jun 07, 2005 at 11:41:28PM +0200, Christian Leber wrote:
>
> Also refined.
> And btw. it is together with PATCH 1/2 allready used by a rescue
> distribution :-)
(...)

> +$(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
> + lzma e $(obj)/vmlinux.bin $(obj)/vmlinux.bin.lzma
^^^^
Would you please use $(call if_changed,lzma) as it is in other places ?
This is very handy as it allows you to use another binary by simply
passing "cmd_lzma=" to make.

Thanks,
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/