From d4c5f15a03e53592ca64693e0de1c8ec1e03d655 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sun, 3 Aug 2014 14:37:13 +0200 Subject: [PATCH] commands/expr: removed Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a --- minix/commands/Makefile | 2 +- minix/commands/expr/Makefile | 5 ----- minix/commands/expr/expr.sh | 1 - minix/commands/shared/README | 1 - 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 minix/commands/expr/Makefile delete mode 120000 minix/commands/expr/expr.sh diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 991a77a0f..8ea33a37c 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -35,6 +35,6 @@ SUBDIR= add_route arp ash at backup btrace \ atnormalize dosread fdisk loadfont \ autopart part partition playwave \ recwave repartition screendump \ - expr test + test .include diff --git a/minix/commands/expr/Makefile b/minix/commands/expr/Makefile deleted file mode 100644 index 76307486d..000000000 --- a/minix/commands/expr/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -SCRIPTS= expr.sh -BINDIR= /bin -MAN= - -.include diff --git a/minix/commands/expr/expr.sh b/minix/commands/expr/expr.sh deleted file mode 120000 index f9350d4b6..000000000 --- a/minix/commands/expr/expr.sh +++ /dev/null @@ -1 +0,0 @@ -../shared/builtin.sh \ No newline at end of file diff --git a/minix/commands/shared/README b/minix/commands/shared/README index bcd807e61..61173be79 100644 --- a/minix/commands/shared/README +++ b/minix/commands/shared/README @@ -7,7 +7,6 @@ and simply call the builtin function of the same name. At this moment it is installed as the following commands: /bin/[ /bin/echo -/bin/expr /bin/test If one of the following is replaced by the NetBSD equivalent, please