From c1a20efeb973d4ba76f18aa429d4a812abc45e68 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 12 Apr 2006 00:10:17 +0000 Subject: [PATCH] Less stack for tar - a bit cramped installing binary packages on 16MB machines otherwise. --- commands/simple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0