Skip to content

Commit abdeead

Browse files
cre4tureBenWiederhake
authored andcommitted
add sleep explicitly to makefile
1 parent eca8130 commit abdeead

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ UNIX_PROGS := \
147147
nohup \
148148
pathchk \
149149
pinky \
150+
sleep \
150151
stat \
151152
stdbuf \
152153
timeout \
@@ -221,6 +222,7 @@ TEST_PROGS := \
221222
rmdir \
222223
runcon \
223224
seq \
225+
sleep \
224226
sort \
225227
split \
226228
stat \

0 commit comments

Comments
 (0)