Hi,

My suspicion is that it might be because of cmake regenerating makefiles with every build. I have never used --incremental option, but you could do initial build like you did before:

gbs build -A armv7l --threads=4 --include-all --incremental

Then if you make some changes try building with cmake disabled:

gbs build -A armv7l --threads=4 --include-all --incremental --define '%cmake 
echo'

On the other hand cmake should handle incremental builds I guess and not trigger whole package rebuild so I'm not sure if that's the problem.

Best regards,
Jacek

On 06/10/2014 10:14 AM, Anup wrote:
Hello,
I am building Webkit package in Tizen using fillowing command:

  $ gbs build -A armv7l --threads=4  --include-all

But after some changes in few files when i rebuild the package using above
command (adding --noinit), it build the whole package again and taking
around 1hr.
But, I want to recompile only those files which i have made changes.
I also tried using --incremental (gbs build -A armv7l --threads=4 --noinit
--incremental)option but it giving error :  No source package found at
/home/anup.bera/webkit2-efl
If run using:
gbs build -A armv7l --threads=4 --include-all --incremental
taking more than 1hr.

Please tell me how i can build webkit quickly.

  -Anup

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



--
Jacek Bukarewicz
Samsung R&D Institute Poland
Samsung Electronics
[email protected]

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

Reply via email to