]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Improve compiling for static binaries.
authorNeil Brown <neilb@suse.de>
Mon, 29 May 2006 04:09:21 +0000 (04:09 +0000)
committerNeil Brown <neilb@suse.de>
Mon, 29 May 2006 04:09:21 +0000 (04:09 +0000)
commitc97be4db86a710faef7b21829c2aa59f228212b2
tree40c4a3e12bd79e8299ef557bcf7589f2b6b757ce
parent0c239ef733aa16d9716942de204b73d5f80fe557
Improve compiling for static binaries.

Have "#ifdef STATIC" in config.c, and the 'rmconf' target
was a mess.
Instead, create 'pwgr.c' with stub routines for those unavailable
when statically compiled, and include that in STATICOBJ

Signed-off-by: Neil Brown <neilb@suse.de>
Makefile
config.c
pwgr.c [new file with mode: 0644]