From mboxrd@z Thu Jan 1 00:00:00 1970 From: pauln@truemesh.com Subject: Re: Elks SIBO Makefile patch Date: Sun, 14 Apr 2002 13:43:02 +0100 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20020414124302.GA4561@raq465.uk2net.com> References: <20020414110724.GA16383@raq465.uk2net.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="J/dobhs11T7y2rNN" Return-path: Content-Disposition: inline In-Reply-To: List-Id: To: linux-8086@vger.kernel.org --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > > However here is a quick patch against current cvs for compilation > > fix. > > Applied, with a minor tweak to rename the temporary file to match the > *.tmp format of all other temporary files in the ELKS tree. You're > credited for this patch in the CHANGELOG as well... Cheers, small ammendment - your tweak missed off the typo correction imgconf -> imgconv I enclose a patch :) Cheers Paul --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sibo-imgconv.patch" Index: arch/i86/tools/Makefile =================================================================== RCS file: /cvsroot/elks/elks/arch/i86/tools/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- arch/i86/tools/Makefile 14 Apr 2002 11:44:44 -0000 1.11 +++ arch/i86/tools/Makefile 14 Apr 2002 12:41:08 -0000 @@ -59,7 +59,7 @@ ../drivers/block/ssd_asm.o wrt_disk.img: wrt_disk.tmp imgconv - ./imgconf wrt_disk.tmp wrt_disk.img + ./imgconv wrt_disk.tmp wrt_disk.img build: build.c gcc -I $(BASEDIR)/include -o build build.c --J/dobhs11T7y2rNN--