Hi Amit,
is this behavior normal:

dra...@marx:~$ git clone git://git.l4dev.org/codezero.git
Initialized empty Git repository in /home/drasko/codezero/.git/
remote: Counting objects: 13777, done.
remote: Compressing objects: 100% (4204/4204), done.
remote: Total 13777 (delta 9277), reused 13354 (delta 8941)
Receiving objects: 100% (13777/13777), 2.96 MiB | 1165 KiB/s, done.
Resolving deltas: 100% (9277/9277), done.
dra...@marx:~$ cd codezero/
dra...@marx:~/codezero$ git checkout -b devel --track origin/devel
Branch devel set up to track remote branch refs/remotes/origin/devel.
Switched to a new branch "devel"
dra...@marx:~/codezero$ git pull
Already up-to-date.


i.e. looks like there are no differences between master and devel branch?

BR,
Drasko

On Sat, Apr 10, 2010 at 1:52 PM, Amit Mahajan <amit.maha...@b-labs.co.uk>wrote:

>
> >
> >
> > Building the loader and packing...
> > scons: Reading SConscript files ...
> > scons: done reading SConscript files.
> > scons: Building targets ...
> > scons: *** [build/loader/images.o] Source `loader/images.S' not found,
> > needed by target `build/loader/images.o'.
> > scons: building terminated because of errors.
> > Build failed
>
> This is strange i just did a fresh clone and it works fine for me.
> Can you check your cloned repo if it has the following commit:
>
> 'git show 1a62b92a8d411a29e0e0da97debd231f6483357c'
>
> --
> Thanks
>
> Amit Mahajan
>
>
>
_______________________________________________
codezero-devel mailing list
codezero-devel@lists.l4dev.org
http://lists.l4dev.org/mailman/listinfo/codezero-devel

Reply via email to