Hello,

Please refer to incremental build session of gbs build doc: 
https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build

--incremental is what you want, here’s the basic commands:

$ gbs build -A <arch>  --incremental                  # build first, and all 
temp object files would be generated under git dir,
#in this way, if you transfer to build another package, the object files can 
not be removed
$ make changes of source
$ gbs build –A <arch> --incremental --noinit             # --noinit and 
–incremental can be used together to speep up totally build process.


Please have a try, any comments welcome.

Thanks
Qiang


From: [email protected] [mailto:[email protected]] 
On Behalf Of ???
Sent: Thursday, March 07, 2013 8:16 AM
To: [email protected]
Subject: [Tizen General] Can I use "make" command instead of "gbs"?


Hi, guys.

To build platform sources, we should use "gbs" command described in platform 
build document.
If I develop multiple projects, gbs builds one project, deletes it and start 
building another project when I checked
"GBS-ROOT/local/scratchxxx" folder.
And, when I changed a source file, it builds full sources in the project.
I think it is very redundant work.
Is there any method to get more efficient building process?
For example, I want to use "make" to check source dependency and build sources.

Thanks.

[http://mail.naver.com/readReceipt/notify/?img=mqbZaxCXbrFSMopChAnlM4Mwp4tXMx2ZMqtwKqU9KzUXM4UZM6udaxkg%2BH%2B0Moud74lR74lcWNFlbX30WLloWrdQar%2B0W4kZM6wgWz0q%2BHK5%2Bz0Pp6%2F5WXiN.gif]


_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to