From: Philip Homburg Date: Mon, 24 Oct 2005 14:04:22 +0000 (+0000) Subject: More stack for cp, du, and synctree. X-Git-Tag: v3.1.2a~542 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-coverage.html?a=commitdiff_plain;h=070f7673b9e09cb9f9ec517c98569d59abf9c366;p=minix.git More stack for cp, du, and synctree. --- diff --git a/commands/simple/Makefile b/commands/simple/Makefile index 6ce210b70..d59761e91 100755 --- a/commands/simple/Makefile +++ b/commands/simple/Makefile @@ -296,7 +296,7 @@ compress: compress.c cp: cp.c $(CCLD) -o $@ $? - @install -S 16kw $@ + @install -S 32kw $@ crc: crc.c $(CCLD) -o $@ $? @@ -344,7 +344,7 @@ dirname: dirname.c du: du.c $(CCLD) -o $@ $? - @install -S 16kw $@ + @install -S 256kw $@ ed: ed.c $(CCLD) -o $@ $? @@ -724,7 +724,7 @@ sync: sync.c synctree: synctree.c $(CCLD) -o $@ -wo $? - install -S 64kw $@ + install -S 256kw $@ sysenv: sysenv.c $(CCLD) -o $@ -wo $?