gcc-4.5.inc/gcc-svn.inc: Dont do the sourcedir move dance.
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 Dec 2010 07:30:15 +0000 (23:30 -0800)
committerKhem Raj <raj.khem@gmail.com>
Mon, 13 Dec 2010 07:30:15 +0000 (23:30 -0800)
commit2c8570552549da2e11428d08b2bc08849cac39b1
treec5d695b748ae88984511dc4b78bc834cb1998acb
parent61c8f6dca9422edcb477c81bbcfd1a3b1490eb59
gcc-4.5.inc/gcc-svn.inc: Dont do the sourcedir move dance.

In some cases the rename_srcdir ended up moving the sourcedir
as a sub-directory under gcc-4.5 which was not intended actually
it is intended to be renamed and not moved. Which was seen recently
where people complained about a patch not being applied to gcc-4.5
even though patch was not changed. The reason was the srcdir was
moved instead of renaming. This could happen if target dir already
existed.

Anyway so we get rid of this dance completely. So nip the evil
in the bud

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.5.inc
recipes/gcc/gcc-svn.inc