Which package / branch are you want to build? I would like to have a try and reproduce it.
--noinit is not for incremental build, instead --incremental option should be used. The first build of --increlemtal build is just like general build, and will not take less time. During first incremental build, all the intermediate build files will be kept at local dir, so The second trigger incremental build will take less time than before. Btw, --include-all is not needed for --incremental build, as it will use local git dir directly And will not generate/unpack tar ball. Thanks Qiang > -----Original Message----- > From: General [mailto:[email protected]] On Behalf Of Anup > Sent: Tuesday, June 10, 2014 4:14 PM > To: [email protected] > Subject: [Tizen General] GBS build : How to recompile only changed files > > 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 _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
