Make all error, can't find file 'initfs/bin/init'

make all error, can’t find file ‘initfs/bin/init’ but the file is exist and named init-40eddf2a83155c45 with cargo 0.16.0-nightly (d1bfc01 2016-11-18) rustc 1.15.0-nightly (0bd2ce62b 2016-11-19)

~/github/Redox2/redox$ RUSTC="./rustc.sh" RUSTDOC="./rustdoc.sh" cargo rustc --manifest-path       programs/init/Cargo.toml  --release -- -o initfs/bin/test
Compiling init v0.1.0 (file:///mnt/sda4/home/zhuhq/github/Redox2/redox/programs/init)
warning: ignoring specified output filename because multiple outputs were requested

warning: ignoring --out-dir flag due to -o flag.

Finished release [optimized] target(s) in 1.28 secs
~/github/Redox2/redox$ ls -lh initfs/bin

-rwxrwxr-x 1 zhuhq zhuhq 2.1M 11月 23 14:57 test-888ea79bf035dd43
-rw-rw-r-- 1 zhuhq zhuhq  151 11月 23 14:57 test-888ea79bf035dd43.d

Thanks in advance for any ideas.

This should be fixed now