Re: [Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-21 Thread Daniel Juyung Seo
*** [6/790] building dosfstools-2.11-1 i586 tizen2.1 (worker: 2) *** > > … > > > > Thanks > > Qiang > > > > From: general-boun...@lists.tizen.org > [mailto:general-boun...@lists.tizen.org] On Behalf Of mars > Sent: Saturday, May 18, 2013 12:11 AM > To: gene

Re: [Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-20 Thread mars
the right order to compile all the source code of Tizen? Hi, guys, I've downloaded all the source code of tizen2.1 and I want to build all components of it so i write a shell script to do this work as follows: #!/bin/bash echo "Prepare for component to be compiled..." find .

Re: [Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-17 Thread Zhang, Qiang Z
...@lists.tizen.org] On Behalf Of mars Sent: Saturday, May 18, 2013 12:11 AM To: general@lists.tizen.org Subject: [Tizen General] how to find the right order to compile all the source code of Tizen? Hi, guys, I've downloaded all the source code of tizen2.1 and I want to build all components of it so i wr

Re: [Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-17 Thread Lynch, Rusty
...@lists.tizen.org] on behalf of mars [colex.j...@gmail.com] Sent: Friday, May 17, 2013 9:10 AM To: general@lists.tizen.org Subject: [Tizen General] how to find the right order to compile all the source code of Tizen? Hi, guys, I've downloaded all the source code of tizen2.1 and I want to

[Tizen General] how to find the right order to compile all the source code of Tizen?

2013-05-17 Thread mars
Hi, guys, I've downloaded all the source code of tizen2.1 and I want to build all components of it so i write a shell script to do this work as follows: #!/bin/bash echo "Prepare for component to be compiled..." find . -name .git 1>/tmp/git_dir.$$ for line in $(cat /tmp/git_dir.$$) do dir=`