diff options
author | NeilBrown <neilb@suse.de> | 2009-02-02 01:09:09 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-02-02 01:09:09 +0100 |
commit | 6c40598f598874d1d4c2c4d0da0c2a9b873d768d (patch) | |
tree | 5f05871358e150e7173e84ed6b3c2e42066fbe52 /Makefile | |
parent | imsm: fix failed disks are allowed back into the container (diff) | |
parent | Fix possible crash if bitmap metadata is bad. (diff) | |
download | mdadm-6c40598f598874d1d4c2c4d0da0c2a9b873d768d.tar.xz mdadm-6c40598f598874d1d4c2c4d0da0c2a9b873d768d.zip |
Merge branch 'master' into devel-3.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -122,9 +122,6 @@ mdadm.static : $(OBJS) $(STATICOBJS) mdadm.tcc : $(SRCS) mdadm.h $(TCC) -o mdadm.tcc $(SRCS) -dadm.uclibc : $(SRCS) mdadm.h - $(UCLIBC_GCC) -DUCLIBC -DHAVE_STDINT_H -o mdadm.uclibc $(SRCS) $(STATICSRC) - mdadm.klibc : $(SRCS) mdadm.h rm -f $(OBJS) gcc -nostdinc -iwithprefix include -I$(KLIBC)/klibc/include -I$(KLIBC)/linux/include -I$(KLIBC)/klibc/arch/i386/include -I$(KLIBC)/klibc/include/bits32 $(CFLAGS) $(SRCS) |