From: Rod Whitby Date: Thu, 30 Jun 2005 09:56:22 +0000 (+0000) Subject: Updated Makefile for new repository location X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbf9d621ed0b800a47c2eacb01414ce50dec37b9;p=openembedded.git Updated Makefile for new repository location --- diff --git a/Makefile b/Makefile index c56fcbc417..2cb86072b8 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ optware-build: monotone-setup monotone/nslu2-linux.db unslung/Makefile openslug/Makefile: [ -e monotone/nslu2-linux.db ] || ( mkdir -p monotone && monotone -d monotone/nslu2-linux.db db init ) - ( monotone -d monotone/nslu2-linux.db pull ewi546.ewi.utwente.nl org.openembedded ) + ( monotone -d monotone/nslu2-linux.db pull monotone.vanille.de org.openembedded ) ( monotone -d monotone/nslu2-linux.db unset database default-server ) ( monotone -d monotone/nslu2-linux.db unset database default-collection ) - ( monotone -d monotone/nslu2-linux.db pull mtn.nslu2-linux.org org ) + ( monotone -d monotone/nslu2-linux.db pull monotone.nslu2-linux.org org ) [ -e MT ] || ( monotone -d monotone/nslu2-linux.db co -b org.nslu2-linux.dev . ) [ -e downloads ] || mkdir -p downloads [ -e unslung/downloads ] || ( cd unslung ; ln -s ../downloads . )