mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
add sleep explicitly to makefile
This commit is contained in:
parent
eca8130a4a
commit
abdeead005
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,7 @@ UNIX_PROGS := \
|
||||||
nohup \
|
nohup \
|
||||||
pathchk \
|
pathchk \
|
||||||
pinky \
|
pinky \
|
||||||
|
sleep \
|
||||||
stat \
|
stat \
|
||||||
stdbuf \
|
stdbuf \
|
||||||
timeout \
|
timeout \
|
||||||
|
@ -221,6 +222,7 @@ TEST_PROGS := \
|
||||||
rmdir \
|
rmdir \
|
||||||
runcon \
|
runcon \
|
||||||
seq \
|
seq \
|
||||||
|
sleep \
|
||||||
sort \
|
sort \
|
||||||
split \
|
split \
|
||||||
stat \
|
stat \
|
||||||
|
|
Loading…
Reference in a new issue