]> Zhao Yanbai Git Server - minix.git/commitdiff
remove benchmarks.
authorBen Gras <ben@minix3.org>
Wed, 3 Feb 2010 14:30:36 +0000 (14:30 +0000)
committerBen Gras <ben@minix3.org>
Wed, 3 Feb 2010 14:30:36 +0000 (14:30 +0000)
test/Makefile

index 50097cf6ad967e540f1988faeb1376d2e3a56e20..7068771a19a993ac8b9085d2f01b548a7f18dcce 100644 (file)
@@ -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