From: Ben Gras Date: Wed, 12 Apr 2006 00:10:17 +0000 (+0000) Subject: Less stack for tar - a bit cramped installing binary packages X-Git-Tag: v3.1.2a~28 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c1a20efeb973d4ba76f18aa429d4a812abc45e68;p=minix.git Less stack for tar - a bit cramped installing binary packages on 16MB machines otherwise. --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index d90344463..219d4ebbb 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -770,7 +770,7 @@ tail: tail.c tar: tar.c $(CCLD) -o $@ $? - @install -S 512kw $@ + @install -S 256kw $@ tcpd: tcpd.c $(CCLD) -o $@ -DPARANOID=0 tcpd.c