]> Zhao Yanbai Git Server - minix.git/commitdiff
commands/expr: removed 23/2723/1
authorLionel Sambuc <lionel@minix3.org>
Sun, 3 Aug 2014 12:37:13 +0000 (14:37 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 21 Aug 2014 16:33:23 +0000 (18:33 +0200)
Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a

minix/commands/Makefile
minix/commands/expr/Makefile [deleted file]
minix/commands/expr/expr.sh [deleted symlink]
minix/commands/shared/README

index 991a77a0f9bd9056132994a22af5065fc4ef25a1..8ea33a37cdd17c96660abf58a26792750b7314a1 100644 (file)
@@ -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 <bsd.subdir.mk>
diff --git a/minix/commands/expr/Makefile b/minix/commands/expr/Makefile
deleted file mode 100644 (file)
index 7630748..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= expr.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/expr/expr.sh b/minix/commands/expr/expr.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file
index bcd807e614cc2ee2c04a20a9e6d21f605de24952..61173be79cf0118e4d9f0c2daebee5c32f276139 100644 (file)
@@ -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