From: Ben Gras Date: Wed, 3 Feb 2010 14:30:36 +0000 (+0000) Subject: remove benchmarks. X-Git-Tag: v3.1.6~5 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e0f2607bf06a44e560897bec23f5e5708db6a8a7;p=minix.git remove benchmarks. --- diff --git a/test/Makefile b/test/Makefile index 50097cf6a..7068771a1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,12 +16,9 @@ BIGOBJ= test20 test24 ROOTOBJ= test11 test33 test43 test46 GCCOBJ= test45-gcc test49-gcc -all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) Benchmarks +all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) chmod 755 *.sh run -Benchmarks: - cd benchmarks && for d in *bench*; do cd $$d && $(MAKE) || exit 1; done - $(OBJ): $(CC) $(CFLAGS) -o $@ $@.c