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

Makefile: Add new targets and update meson command syntax #965

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martin-belanger
Copy link
Contributor

@martin-belanger martin-belanger commented Feb 28, 2025

This pull request simply updates the meson syntax for some of the existing targets and provides a few additional targets as follows:

  • For the "install" target, use "--skip-subprojects" so that only libnvme (and not the subprojects) get installed.
  • For the "purge" target, add "meson subprojects purge".
  • Added "update-subprojects" target
  • Added "test-strict" target. This is to limit testing to libnvme and not all the subprojects.

- For the "install" target, use "--skip-subprojects" so that only
  libnvme (and not the subprojects) get installed.
- For the "purge" target, add "meson subprojects purge".
- Added "update-subprojects" target
- Added "test-strict" target. This is to limit testing to libnvme
  and not all the subprojects.

Signed-off-by: Martin Belanger <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant