On Fri, Mar 9, 2012 at 4:01 PM, Ryosuke Niwa <rn...@webkit.org> wrote:

>
>  git will touch Node.h twice by stashing and applying. This would mean
> that I would be rebuilding the world even if all changes I get from masters
> were in webkitpy or LayoutTests.
>
> Are there an easy way to work around this issue as well? (other than
> committing changes, of course)
>

afaik not really, here's two that I've used:

   1. git-new-workdir (multiple git working dirs so I don't switch branches
   as often)
   2. ccache (cache the results of the compile)

 dave
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to