-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Makefile #3789
Add Makefile #3789
Conversation
The command
When I look at the content of |
This is why I have |
I changed to the following on my side and this worked:
Does this work for you? |
Another issue with the benchmark is that on my side I need to replace:
With
For it to run successfully. |
It works. Maybe the most portable is
That makes sense, my filesystem is case-insensitive. In that case, could you submit a patch? |
Related discussion: - #3789 (comment)
Sure but that will have to wait for tomorrow on my side. Feel fee to submit if you feel for it. |
Package names must be lowercase:
Let me submit patches to fix this is both places. |
Is the following modification ok or is there a better way to accomplish this? dist/build/uBlock0.nodejs: tools/make-nodejs.sh $(sources) $(platform) $(assets)
tools/make-nodejs.sh I modified the content of |
I think this makes sense. |
If you do it though it's best to do it for Chromium and Firefox too. |
Related discussion: - #3789 (comment)
Described here: uBlockOrigin/uBlock-issues#1664 (comment)