Author: stepan Date: 2007-08-20 02:36:20 +0200 (Mon, 20 Aug 2007) New Revision: 475
Modified: LinuxBIOSv3/arch/x86/Makefile Log: fix building LinuxBIOS with new lar. lar fails now if the target file already exists.
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: LinuxBIOSv3/arch/x86/Makefile =================================================================== --- LinuxBIOSv3/arch/x86/Makefile 2007-08-20 00:08:18 UTC (rev 474) +++ LinuxBIOSv3/arch/x86/Makefile 2007-08-20 00:36:20 UTC (rev 475) @@ -77,6 +77,7 @@ fi endif $(Q)printf " LAR $(subst $(shell pwd)/,,$(@))\n" + $(Q)rm -f $(obj)/linuxbios.rom $(Q)cd $(obj)/lar.tmp && ../util/lar/lar $(COMPRESSFLAG) -c \ ../linuxbios.rom \ $(LARFILES) \