* Elks SIBO Makefile patch
@ 2002-04-14 11:07 pauln
2002-04-14 11:45 ` Riley Williams
0 siblings, 1 reply; 4+ messages in thread
From: pauln @ 2002-04-14 11:07 UTC (permalink / raw)
To: linux-8086
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
I seemed to have dropped of the list :)
However here is a quick patch against current cvs for compilation fix.
Will need to test image though for new boot device choice.
Paul
[-- Attachment #2: sibo-wrt_disk.patch --]
[-- Type: text/plain, Size: 548 bytes --]
Index: arch/i86/tools/Makefile
===================================================================
RCS file: /cvsroot/elks/elks/arch/i86/tools/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- arch/i86/tools/Makefile 20 Jan 2002 12:19:31 -0000 1.10
+++ arch/i86/tools/Makefile 14 Apr 2002 10:58:11 -0000
@@ -60,7 +60,7 @@
../drivers/block/ssd_asm.o
wrt_disk.img: wrt_disk.out imgconv
- ./imgconf -D$(STACK_SIZE) -H$(HEAP_SIZE)
+ ./imgconv wrt_disk.out wrt_disk.img
build: build.c
gcc -I $(BASEDIR)/include -o build build.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Elks SIBO Makefile patch
2002-04-14 11:07 Elks SIBO Makefile patch pauln
@ 2002-04-14 11:45 ` Riley Williams
2002-04-14 12:43 ` pauln
0 siblings, 1 reply; 4+ messages in thread
From: Riley Williams @ 2002-04-14 11:45 UTC (permalink / raw)
To: Paul Nasrat; +Cc: Linux 8086
Hi Paul.
> I seemed to have dropped of the list :)
That I can't comment on...
> 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...
> Will need to test image though for new boot device choice.
That I can't help with, sorry.
Best wishes from Riley.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Elks SIBO Makefile patch
2002-04-14 11:45 ` Riley Williams
@ 2002-04-14 12:43 ` pauln
2002-04-14 13:20 ` Riley Williams
0 siblings, 1 reply; 4+ messages in thread
From: pauln @ 2002-04-14 12:43 UTC (permalink / raw)
To: linux-8086
[-- Attachment #1: Type: text/plain, Size: 406 bytes --]
> > 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
[-- Attachment #2: sibo-imgconv.patch --]
[-- Type: text/plain, Size: 543 bytes --]
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Elks SIBO Makefile patch
2002-04-14 12:43 ` pauln
@ 2002-04-14 13:20 ` Riley Williams
0 siblings, 0 replies; 4+ messages in thread
From: Riley Williams @ 2002-04-14 13:20 UTC (permalink / raw)
To: pauln; +Cc: Linux 8086
Hi Paul.
>>> 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 :)
Applied, many thanks...
Best wishes.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-04-14 13:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-14 11:07 Elks SIBO Makefile patch pauln
2002-04-14 11:45 ` Riley Williams
2002-04-14 12:43 ` pauln
2002-04-14 13:20 ` Riley Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox