commands/wait: removed
Change-Id: Ie712ec86ef9bbdeffb2fafb51b64600bd118d1e2
This commit is contained in:
parent
09012edc2b
commit
4f88696945
6 changed files with 3 additions and 12 deletions
|
@ -54,7 +54,7 @@
|
||||||
./bin/umount minix-sys
|
./bin/umount minix-sys
|
||||||
./bin/updateboot minix-sys
|
./bin/updateboot minix-sys
|
||||||
./bin/update_bootcfg minix-sys
|
./bin/update_bootcfg minix-sys
|
||||||
./bin/wait minix-sys
|
./bin/wait minix-sys obsolete
|
||||||
./boot minix-sys
|
./boot minix-sys
|
||||||
./boot/minix minix-sys
|
./boot/minix minix-sys
|
||||||
./boot/minix/.temp minix-sys
|
./boot/minix/.temp minix-sys
|
||||||
|
@ -2537,7 +2537,7 @@
|
||||||
./usr/man/man1/view.1 minix-sys
|
./usr/man/man1/view.1 minix-sys
|
||||||
./usr/man/man1/vis.1 minix-sys
|
./usr/man/man1/vis.1 minix-sys
|
||||||
./usr/man/man1/vol.1 minix-sys
|
./usr/man/man1/vol.1 minix-sys
|
||||||
./usr/man/man1/wait.1 minix-sys
|
./usr/man/man1/wait.1 minix-sys obsolete
|
||||||
./usr/man/man1/wall.1 minix-sys
|
./usr/man/man1/wall.1 minix-sys
|
||||||
./usr/man/man1/wc.1 minix-sys
|
./usr/man/man1/wc.1 minix-sys
|
||||||
./usr/man/man1/what.1 minix-sys
|
./usr/man/man1/what.1 minix-sys
|
||||||
|
|
|
@ -35,7 +35,6 @@ SUBDIR= add_route arp ash at backup btrace \
|
||||||
atnormalize dosread fdisk loadfont \
|
atnormalize dosread fdisk loadfont \
|
||||||
autopart part partition playwave \
|
autopart part partition playwave \
|
||||||
recwave repartition screendump \
|
recwave repartition screendump \
|
||||||
command expr test \
|
command expr test
|
||||||
wait
|
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
|
@ -10,7 +10,6 @@ At this moment it is installed as the following commands:
|
||||||
/bin/echo
|
/bin/echo
|
||||||
/bin/expr
|
/bin/expr
|
||||||
/bin/test
|
/bin/test
|
||||||
/bin/wait
|
|
||||||
|
|
||||||
If one of the following is replaced by the NetBSD equivalent, please
|
If one of the following is replaced by the NetBSD equivalent, please
|
||||||
update the list, and remove this completly when it is not anymore
|
update the list, and remove this completly when it is not anymore
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
SCRIPTS= wait.sh
|
|
||||||
BINDIR= /bin
|
|
||||||
MAN=
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
|
@ -1 +0,0 @@
|
||||||
../shared/builtin.sh
|
|
|
@ -43,7 +43,6 @@ MLINKS += ash.1 setvar.1
|
||||||
MLINKS += ash.1 shift.1
|
MLINKS += ash.1 shift.1
|
||||||
MLINKS += ash.1 trap.1
|
MLINKS += ash.1 trap.1
|
||||||
MLINKS += ash.1 unset.1
|
MLINKS += ash.1 unset.1
|
||||||
MLINKS += ash.1 wait.1
|
|
||||||
MLINKS += compress.1 uncompress.1
|
MLINKS += compress.1 uncompress.1
|
||||||
MLINKS += svc.1 ci.1
|
MLINKS += svc.1 ci.1
|
||||||
MLINKS += svc.1 co.1
|
MLINKS += svc.1 co.1
|
||||||
|
|
Loading…
Reference in a new issue