]> Zhao Yanbai Git Server - minix.git/commitdiff
Patch gets 1M stack
authorBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 00:05:55 +0000 (00:05 +0000)
committerBen Gras <ben@minix3.org>
Sun, 11 Sep 2005 00:05:55 +0000 (00:05 +0000)
commands/patch/Makefile

index b8cda2f5f0da1b1789963d6038bc2278112efe32..ef0528783f19088ee10fde10ee9735ffa62f447c 100755 (executable)
@@ -10,7 +10,7 @@ all:  patch
 
 patch: $(OBJ)
        cc -i -o patch $(OBJ)
-       install -S 32kw patch
+       install -S 1M patch
 
 install:       /usr/bin/patch