]> Zhao Yanbai Git Server - minix.git/commitdiff
More stack for tar
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 12:47:43 +0000 (12:47 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 12:47:43 +0000 (12:47 +0000)
commands/simple/Makefile

index 005d041e1c3eecb34d4e8ead87eb7e245e9d6469..ccb3905f1eb96dc7fe4a55994aa03226c9645118 100755 (executable)
@@ -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