From: Ben Gras Date: Wed, 1 Jun 2005 11:14:08 +0000 (+0000) Subject: Make needs a little more memory X-Git-Tag: v3.1.0~782 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch02.html?a=commitdiff_plain;h=0d31130d2912c5ea0cedcdd3a8ee5b3a6352dfca;p=minix.git Make needs a little more memory --- diff --git a/commands/make/Makefile b/commands/make/Makefile index b0dd74070..a735eab3d 100755 --- a/commands/make/Makefile +++ b/commands/make/Makefile @@ -8,7 +8,7 @@ all: make make : $(OBJ) $(CC) -i -o make $(OBJ) - install -S 200k make + install -S 300k make install: /usr/bin/make