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

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

index 8ea33a37cdd17c96660abf58a26792750b7314a1..854f7634a2b3c1dd476af6ee14f5642bf33f2313 100644 (file)
@@ -34,7 +34,6 @@ SUBDIR=       add_route arp ash at backup btrace \
        worldstone updateboot update_bootcfg \
        atnormalize dosread fdisk loadfont \
        autopart part partition playwave  \
-       recwave repartition screendump \
-       test
+       recwave repartition screendump
 
 .include <bsd.subdir.mk>
diff --git a/minix/commands/shared/README b/minix/commands/shared/README
deleted file mode 100644 (file)
index 61173be..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-builtin.sh is installed as a set of tools to stand in for specific
-filesystem call to builtin commands.
-
-for example if /bin/test is used, then builtin.sh will be loaded
-and simply call the builtin function of the same name.
-
-At this moment it is installed as the following commands:
-/bin/[
-/bin/echo
-/bin/test
-
-If one of the following is replaced by the NetBSD equivalent, please
-update the list, and remove this completly when it is not anymore
-required.
diff --git a/minix/commands/shared/builtin.sh b/minix/commands/shared/builtin.sh
deleted file mode 100644 (file)
index e1f28e4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-# cd 1.3 - equivalents for normally builtin commands.  Author: Kees J. Bot
-
-case $0 in
-*/*)   command="`expr "$0" : '.*/\(.*\)'`"
-       ;;
-*)     command="$0"
-esac
-
-"$command" "$@"
diff --git a/minix/commands/test/Makefile b/minix/commands/test/Makefile
deleted file mode 100644 (file)
index 5b4a03b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-SCRIPTS= test.sh
-BINDIR=        /bin
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/test/test.sh b/minix/commands/test/test.sh
deleted file mode 120000 (symlink)
index f9350d4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../shared/builtin.sh
\ No newline at end of file