]> Zhao Yanbai Git Server - minix.git/commitdiff
bzip2 only (..) needs 2.75MB for its own tests
authorBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 10:05:55 +0000 (10:05 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Sep 2005 10:05:55 +0000 (10:05 +0000)
commands/bzip2-1.0.3/Makefile

index 0d0d4e9f089d80ede559772a94d87a38bc44ac68..42fcf324789dd59746a9f4a27d46f6de8e3746d5 100644 (file)
@@ -32,7 +32,7 @@ include ../bigmake.inc
 all: all_notest test_nodep
 
 all_notest: libbz2.a bzip2 bzip2recover 
-       chmem =8000000 bzip2
+       chmem =2750000 bzip2
 
 bzip2: libbz2.a bzip2.o
        $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2 bzip2.o -L. -lbz2