]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
Makefile: Don't build static build with everything and everything-test
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 22 Jun 2022 20:25:06 +0000 (14:25 -0600)
committerJes Sorensen <jes@trained-monkey.org>
Sun, 7 Aug 2022 20:27:59 +0000 (16:27 -0400)
commit14ae4c37bce9a53da08d59d6c2d7e0946e9c9f47
tree76c81a6029d32c67fc031c4b631dd7d6540d598f
parent84d969be8f6d8a345b75f558fad26e4f62a558f6
Makefile: Don't build static build with everything and everything-test

Running the test suite requires building everything, but it seems to be
difficult to build the static version of mdadm now seeing there
is no readily available static udev library.

The test suite doesn't need the static binary so just don't build it
with the everything or everything-test targets.

Leave the mdadm.static and install-static targets in place in case
someone still has a use case for the static binary.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Acked-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
Makefile