From: Rod Whitby Date: Fri, 29 Jul 2005 07:27:41 +0000 (+0000) Subject: Improved the import-bitbake target X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0353b4e219a586d5369382f41ed127ebf408348f;p=openembedded.git Improved the import-bitbake target --- diff --git a/Makefile b/Makefile index 10262facb4..50bf3e716f 100644 --- a/Makefile +++ b/Makefile @@ -268,7 +268,11 @@ upload-sources: .PHONY: import-bitbake import-bitbake: bitbake/bin/bitbake + mv bitbake bitbake.old svn co svn://svn.berlios.de/bitbake/trunk/bitbake + cp -rp bitbake.old/MT bitbake.old/.mt-attrs bitbake + rm -rf bitbake.old + ( cd bitbake ; rm -rf .svn ; monotone status ) .PHONY: import-openembedded import-openembedded: openembedded/conf/machine/nslu2.conf