use git.seabios.org for checking out seabios.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6361 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e2ca71efd9
commit
f58b63d6dc
|
@ -10,7 +10,7 @@ all: seabios
|
||||||
checkout:
|
checkout:
|
||||||
echo " GIT SeaBIOS $(TAG-y)"
|
echo " GIT SeaBIOS $(TAG-y)"
|
||||||
test -d seabios && ( cd seabios; git fetch ) || \
|
test -d seabios && ( cd seabios; git fetch ) || \
|
||||||
git clone git://git.linuxtogo.org/home/kevin/seabios.git
|
git clone git://git.seabios.org/seabios.git
|
||||||
cd seabios; git checkout master; git branch -D coreboot 2>/dev/null; git checkout -b coreboot $(TAG-y)
|
cd seabios; git checkout master; git branch -D coreboot 2>/dev/null; git checkout -b coreboot $(TAG-y)
|
||||||
|
|
||||||
config: checkout
|
config: checkout
|
||||||
|
|
Loading…
Reference in New Issue