[PATCH] 1/2 Start header file merger (Was: Re: Beginning Merger Patch)
Stephen Rothwell
sfr at canb.auug.org.au
Fri Aug 5 18:37:56 EST 2005
On Fri, 5 Aug 2005 17:47:05 +1000 Stephen Rothwell <sfr at canb.auug.org.au> wrote:
>
> for i in *
> do
> [ -f ../asm-ppc64/$i ] && cmp -s $i ../asm-ppc64/$i &&
> mv $i ../asm-powerpc/$i && rm ../asm-ppc64/$i
> done
note to self: Never modify stuff in an email :-(
that should be
[While in .../asm-ppc64 ]
for i in *
do
[ -f ../asm-ppc/$i ] && cmp -s $i ../asm-ppc/$i &&
mv $i ../asm-powerpc/$i && rm ../asm-ppc/$i
done
Sorry about that!
--
Cheers,
Stephen Rothwell sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
More information about the Linuxppc64-dev
mailing list