commands/test: removed
Change-Id: I5557eb2116d23c466ce82f1c8c9d18590316a0d0
This commit is contained in:
parent
d4c5f15a03
commit
ae8b65444d
@ -34,7 +34,6 @@ SUBDIR= add_route arp ash at backup btrace \
|
|||||||
worldstone updateboot update_bootcfg \
|
worldstone updateboot update_bootcfg \
|
||||||
atnormalize dosread fdisk loadfont \
|
atnormalize dosread fdisk loadfont \
|
||||||
autopart part partition playwave \
|
autopart part partition playwave \
|
||||||
recwave repartition screendump \
|
recwave repartition screendump
|
||||||
test
|
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
@ -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.
|
|
@ -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" "$@"
|
|
@ -1,5 +0,0 @@
|
|||||||
SCRIPTS= test.sh
|
|
||||||
BINDIR= /bin
|
|
||||||
MAN=
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
@ -1 +0,0 @@
|
|||||||
../shared/builtin.sh
|
|
Loading…
x
Reference in New Issue
Block a user