]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Makefile: Add new targets and update meson command syntax
authorMartin Belanger <martin.belanger@dell.com>
Fri, 28 Feb 2025 16:06:23 +0000 (11:06 -0500)
committerDaniel Wagner <wagi@monom.org>
Wed, 5 Mar 2025 14:57:48 +0000 (15:57 +0100)
commit899c42b017090f8c27e3676970b489f5477c3753
treecfaedfe12d38e60513828a84d5897c0ed26a66c0
parent1cd893dd4bfa4130fc9e3b54dbf0fa9ee6db1257
Makefile: Add new targets and update meson command syntax

- 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 <martin.belanger@dell.com>
Makefile