From f6f6cec7f4297afdab3b0dff55e1dcc97a8d905b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Sep 2005 15:23:28 +0000 Subject: [PATCH] make a /bin/bigsh --- commands/ash/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/ash/Makefile b/commands/ash/Makefile index 5adbba617..7aa567553 100755 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -31,7 +31,7 @@ sh: $(OBJS) $(CC) $(CFLAGS) -o sh $(OBJS) $(LIBS) install -S 100k sh -install: /usr/bin/ash /usr/bin/sh /bin/sh +install: /usr/bin/ash /usr/bin/sh /bin/sh /bin/bigsh /usr/bin/ash: sh install -cs -o bin $? $@ @@ -42,6 +42,9 @@ install: /usr/bin/ash /usr/bin/sh /bin/sh /bin/sh: /usr/bin/ash install -lcs $? $@ +/bin/bigsh: /usr/bin/ash + install -S 500000 -lcs $? $@ + clean: rm -f $(CLEANFILES) sh core