xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 52253dce6581ab381091720d3df9f3037ce38f7b
parent 224f6598c1c6f794bcbe39c510c682efba6c1de5
Author: kaashoek <kaashoek>
Date:   Thu,  7 Sep 2006 14:17:30 +0000

remove fstest

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -119,8 +119,8 @@ _rm : rm.o $(ULIB) mkfs : mkfs.c fs.h cc -o mkfs mkfs.c -fs.img : mkfs usertests _echo _cat README _init _sh _ls _mkdir _rm fstests - ./mkfs fs.img usertests _echo _cat README _init _sh _ls _mkdir _rm fstests +fs.img : mkfs usertests _echo _cat README _init _sh _ls _mkdir _rm + ./mkfs fs.img usertests _echo _cat README _init _sh _ls _mkdir _rm -include *.d