commit f3fc72c5b6045092b76d968df91a6d312428394c
parent 0cfc7290e8307b66ade6d5eb736c89cc4062c302
Author: rsc <rsc>
Date: Wed, 6 Sep 2006 19:11:39 +0000
clean up after mkfs
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -132,6 +132,8 @@ mkfs : mkfs.c fs.h
fs.img : mkfs userfs usertests echo cat README init sh ls mkdir rm fstests
./mkfs fs.img userfs usertests echo cat README init sh ls mkdir rm fstests
+ # Remove system binaries to avoid confusion.
+ /bin/rm -f echo cat sh ls mkdir rm
-include *.d