NeilBrown: Makefile: build 'mdmon' for 'test'

Martin F. Krafft madduck at alioth.debian.org
Thu May 7 12:11:33 UTC 2009


Module: mdadm
Branch: debian/experimental
Commit: 55e5475945a971dfcebacdd59f565efc7513afa4
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=55e5475945a971dfcebacdd59f565efc7513afa4

Author: NeilBrown <neilb at suse.de>
Date:   Wed Apr  1 13:49:34 2009 +1100

Makefile:  build 'mdmon' for 'test'

Else
  make test
might not prepare everything for running tests.

---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 94a55d9..63c9454 100644
--- a/Makefile
+++ b/Makefile
@@ -209,7 +209,7 @@ install-udev: udev-md-raid.rules
 uninstall:
 	rm -f $(DESTDIR)$(MAN8DIR)/mdadm.8 md.4 $(DESTDIR)$(MAN4DIR)/md.4 $(DESTDIR)$(MAN5DIR)/mdadm.conf.5 $(DESTDIR)$(BINDIR)/mdadm
 
-test: mdadm test_stripe swap_super
+test: mdadm mdmon test_stripe swap_super
 	@echo "Please run 'sh ./test' as root"
 
 clean : 




More information about the pkg-mdadm-commits mailing list