Marius Groeger, le Wed 30 Jan 2008 14:41:17 +0100, a écrit :
> On Wed, 30 Jan 2008, Hervé Poussineau wrote:
>
> > I didn't know how to do a patch which removes the file
> > hw/mips_pica61.c, so this file will have to be removed manually by
> > the committer.
>
> One work-around for that is to d
On Wed, 30 Jan 2008, Hervé Poussineau wrote:
> I didn't know how to do a patch which removes the file
> hw/mips_pica61.c, so this file will have to be removed manually by
> the committer.
One work-around for that is to do:
$ cvs diff ... > my.diff
$ diff -pu hw/mips_pica61.c /dev/null >> m
Hi,
This patch removes the MIPS Pica 61 machine and the RTC memory-mapped
interface. Those don't work.
I didn't know how to do a patch which removes the file hw/mips_pica61.c,
so this file will have to be removed manually by the committer.
Hervé
Index: Makefile.target
===