From: NeilBrown Date: Tue, 2 Jul 2013 06:06:55 +0000 (+1000) Subject: raid6check - fix compile X-Git-Tag: mdadm-3.3-rc2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71556ff9ac074458a806f663f2066aa3dac240df;p=thirdparty%2Fmdadm.git raid6check - fix compile Recent rearrangement of library code broke 'raid6check' and this wasn't noticed because 'make everything' doesn't build it. So fix the breakage and have 'make everything' built it. Signed-off-by: NeilBrown --- diff --git a/Makefile b/Makefile index 86d94f11..167e02dd 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ OBJS = mdadm.o config.o policy.o mdstat.o ReadMe.o util.o maps.o lib.o \ restripe.o sysfs.o sha1.o mapfile.o crc32.o sg_io.o msg.o xmalloc.o \ platform-intel.o probe_roms.o -CHECK_OBJS = restripe.o sysfs.o maps.o lib.o xmalloc.o +CHECK_OBJS = restripe.o sysfs.o maps.o lib.o xmalloc.o dlink.o SRCS = $(patsubst %.o,%.c,$(OBJS)) @@ -152,7 +152,7 @@ endif all : mdadm mdmon man : mdadm.man md.man mdadm.conf.man mdmon.man raid6check.man -everything: all mdadm.static swap_super test_stripe \ +everything: all mdadm.static swap_super test_stripe raid6check \ mdassemble mdassemble.auto mdassemble.static mdassemble.man \ mdadm.Os mdadm.O2 man everything-test: all mdadm.static swap_super test_stripe \