From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 18 Dec 2013 10:31:56 +0100 Subject: [U-Boot] [PATCH] Makefile: fix broken pipe error for lcd4_lwmon5 board In-Reply-To: <1387355538-29627-1-git-send-email-yamada.m@jp.panasonic.com> References: <1387355538-29627-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <52B16B8C.60808@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On 18.12.2013 09:32, Masahiro Yamada wrote: > Before this commit, a broken pipe error sometimes happened > when building lcd4_lwmon5 board with Buildman. > > This commit re-writes build rules of > u-boot.spr and u-boot-img-spl-at-end.bin > more simply without using a pipe. > > Besides fixing a broken pipe error, > this commit gives us other advantages: > > - Do not generate intermidiate files, spl/u-boot-spl.img > and spl/u-boot-spl-pad.img for creating u-boot.spr > > - Do not generate an intermidiate file, u-boot-pad.img > for creating u-boot-img-spl-at-end.bin > > Such intermidiate files were not deleted by "make clean" or "make mrpropr". > Nor u-boot-pad.img was ignored by git. > > Signed-off-by: Masahiro Yamada This looks like a nice improvement. Thanks! Acked-by: Stefan Roese Thanks, Stefan