]> Zhao Yanbai Git Server - minix.git/commitdiff
Less stack for tar - a bit cramped installing binary packages
authorBen Gras <ben@minix3.org>
Wed, 12 Apr 2006 00:10:17 +0000 (00:10 +0000)
committerBen Gras <ben@minix3.org>
Wed, 12 Apr 2006 00:10:17 +0000 (00:10 +0000)
on 16MB machines otherwise.

commands/simple/Makefile

index d90344463d393a4da61df793f864bb77cef86ae8..219d4ebbb5c459b57401222c96564045cfb4b7e5 100755 (executable)
@@ -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