]> Zhao Yanbai Git Server - minix.git/commitdiff
Default amount of memory for tests (some ran out of memory)
authorBen Gras <ben@minix3.org>
Wed, 25 Oct 2006 13:35:03 +0000 (13:35 +0000)
committerBen Gras <ben@minix3.org>
Wed, 25 Oct 2006 13:35:03 +0000 (13:35 +0000)
test/Makefile

index f8b2e43b62b5ee8b79204c095b3ed28f1e91f86c..6dd132ee58441347a7ee3f0356319b49b4c7507b 100644 (file)
@@ -17,15 +17,13 @@ all:        $(OBJ) $(BIGOBJ) $(ROOTOBJ)
 
 $(OBJ):
        $(CC) $(CFLAGS) -o $@ $@.c
-       @install -S 10kw $@
 
 $(BIGOBJ):
        $(CC) $(CFLAGS) -o $@ $@.c
-       @install -S 32kw $@
 
 $(ROOTOBJ):
        $(CC) $(CFLAGS) $@.c
-       @install -c -S 10kw -o root -m 4755 a.out $@
+       @install -c -o root -m 4755 a.out $@
        @rm a.out
 
 clean: