(GalaxyMaster)

Results 33 comments of (GalaxyMaster)

@richfelker, this is how LFS handle this -- https://www.linuxfromscratch.org/lfs/view/systemd/chapter05/linux-headers.html: > Now extract the user-visible kernel headers from the source. The recommended make target “headers_install” cannot be used, because it requires...

Here is a diff (I am not currently able to do a proper PR, unfortunately): ``` diff --git a/litecross/Makefile b/litecross/Makefile index 9cd691b..f06b037 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -269,8 +269,9...

Well, `-exec rm {} +` was already there, I just adjusted it to delete all `.*` files. I would prefer `find ... -delete`, but I did not want to deviate...

Also, `find obj_kernel_headers/staged/include -name '.*' -delete` should be pretty safe, I think, since it only operates within the specified directory and below (and we just populated that directory). I am...

Yeah, this could work too. It will be many times slower and more prone to errors, but should work. I just ran it in the tree to see how it...

@justinmayer, ping? :)

@zsdycs , this issue is about the hardcoded line in https://github.com/utterance/utterances-oauth/blob/master/package.json#L9 and is for the future enhancement of the deploy procedure where the end-user can actually modify the arguments without...

Something fishy is definitely going on with wlroots and virtualised drm drivers (such as virtio-gpu, vmwgfx, etc.). On all virtual machines (tried Parallels Desktop, VMware Fusion, but above there are...

This works on the latest Mac OS X, thanks!

@schplurtz , have you looked at #45, where I was fixing the same issue (back in 2018)? Just asking. :)