From: Philip Homburg Date: Mon, 11 Jul 2005 12:47:43 +0000 (+0000) Subject: More stack for tar X-Git-Tag: v3.1.0~635 X-Git-Url: http://zhaoyanbai.com/repos/man.dig.html?a=commitdiff_plain;h=9bb373331c898a8495a906843574e5f13a4a08d5;p=minix.git More stack for tar --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 005d041e1..ccb3905f1 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -719,7 +719,7 @@ tail: tail.c tar: tar.c $(CCLD) -o $@ $? - @install -S 30kw $@ + @install -S 512kw $@ tcpd: tcpd.c $(CCLD) -o $@ -DPARANOID=0 tcpd.c