|
|
|
|
|
|
|
|
|
|
xen-merge
Re: [Xen-merge] i386 subarch
* Chris Wright (chrisw@xxxxxxxx) wrote:
> I have a script that has the effect of something like:
>
> diff -Nuar arch/i386 arch/i386/mach-xen/
Here's the script. It's basically just looking for real diffs (it
misses a couple bits, but they're not that important now). Sometimes I
add -b, but a few months ago I went through and cleaned up gratuituos
whitespace changes, so that's not as big a change as it used to be.
thanks,
-chris
--
#!/bin/sh
# hack to build core parts of diff between arch and xen
# this identifies the changes to files which xen originally copied over
rm linux-2.6-xen-sparse/arch/i386
ln -s ./xen/i386/ linux-2.6-xen-sparse/arch/i386
rm linux-2.6-xen-sparse/arch/x86_64
ln -s ./xen/x86_64/ linux-2.6-xen-sparse/arch/x86_64
# misses include/ arch/xen/* (that's a few things)
diff -x mkbuildtree -x include -x xen -x SCCS -urPp pristine-linux-2.6.12/
linux-2.6-xen-sparse/ | grep -v "^Only in"
_______________________________________________
Xen-merge mailing list
Xen-merge@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-merge
|
|
|
|
|