Skip to content
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

Depfile / file list generation #140

Open
takase1121 opened this issue Nov 17, 2024 · 0 comments
Open

Depfile / file list generation #140

takase1121 opened this issue Nov 17, 2024 · 0 comments

Comments

@takase1121
Copy link
Member

This comes up when implementing lite-xl/lite-xl#1802, where meson wasn't able to track what files that were installed by lpm, so it wasn't able to clean up correctly. Meson supports reading depfiles, which is essentially a Makefile rule describing the output and input. If lpm is able to generate a depfile, meson should be able to clean up the plugins properly.

The specification for depfiles can be found here:
https://cmake.org/cmake/help/latest/command/add_custom_command.html#grammar-token-depfile-rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant