summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2004-01-22 02:10:29 +0000
committerNeil Brown <neilb@suse.de>2004-01-22 02:10:29 +0000
commit98c6faba80e6db0693f99faf5c6525ef4f1fb680 (patch)
tree73c58aeb3bd022665431cc513ce2bfd6f1560cd4 /Makefile
parentfeb716e9c3568a45b8815bf2c59e417d30635f89 (diff)
downloadmdadm-98c6faba80e6db0693f99faf5c6525ef4f1fb680.tar.gz
mdadm-98c6faba80e6db0693f99faf5c6525ef4f1fb680.tar.xz
mdadm-98c6faba80e6db0693f99faf5c6525ef4f1fb680.zip
mdadm-1.5.0mdadm-1.5.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6cbe0b0..af2aa7c 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,16 @@ 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)
+mdassemble : mdassemble.c Assemble.c config.c dlink.c util.c mdadm.h
+ rm -f $(OBJS)
+ diet gcc -o mdassemble mdassemble.c Assemble.c config.c dlink.c util.c
+
+# This doesn't work
+mdassemble.klibc : mdassemble.c Assemble.c config.c dlink.c util.c 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) -o mdassemble mdassemble.c Assemble.c config.c dlink.c util.c
+
+
mdadm.man : mdadm.8
nroff -man mdadm.8 > mdadm.man