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 #2733

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

martin-belanger
Copy link

@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 nvme-cli (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 nvme-cli and not all the subprojects.

- For the "install" target, use "--skip-subprojects" so that only
  nvme-cli (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 nvme-cli
  and not all the subprojects.

Signed-off-by: Martin Belanger <[email protected]>
@igaw igaw merged commit 899c42b into linux-nvme:master Mar 5, 2025
17 checks passed
@igaw
Copy link
Collaborator

igaw commented Mar 5, 2025

Thanks!

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.

2 participants