Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up'make clean' loops cleaning nss #556
Closed
Labels
Comments
|
This is certainly not going to work in tree. The generated Makefile from Makefile.in calls make on the original Makefile. I think a correct fix to this is to somehow detect an in-tree configure and/or make and fail with an appropriate error message. |
|
NSS is gone. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Allow doc_root and ws_doc_root to be passed in as config options.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Off-screen clip mask generation This is the second major step towards servo#498 Edit: now actually includes the third step as well (removal of `*_clip` shaders). The PR makes all the clip masks to be generated via the cached rendering tasks (of the new kind). These task work on the area of intersection between all the clip items. The resulting draw calls are being batched via the new `ClipBatcher`. It supports everything that we currently support, plus the actual handling of arbitrary number of clips. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/556) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to build servo in-tree and ran into #378. When I try to clean up with
make cleanit goes into an infinite loop:Servo is on
master=fdb0d82