Skip to content

Commit

Permalink
More delay and more silent output
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Dec 21, 2023
1 parent f4e5283 commit 24e8464
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,10 @@ $(OBJDIR)/%.o : $(SRCDIR)/%.c
$(CC) -MM $(CFLAGS) $< -o $${depFileName} $(DEFINE_USE_CJSON_SO) $(DEFINE_USE_LIST_SO) $(DEFINE_USE_MUSTACHE_SO) ;\
TEST="${MINGW}${MSYS}";\
[ -z ${TEST} ] || {\
echo "obj-dir: obj/oidc-agent";\
ls -la obj/oidc-agent ;\
echo "Dirname: `dirname $${depFileName}`";\
ls -la `dirname $${depFileName}`;\
ls -la obj/oidc-agent > /dev/null ;\
ls -la `dirname $${depFileName}` > /dev/null;\
echo "mv -f $${depFileName} $${depFileName}.tmp" ;\
sleep 1.5;\
sleep 2.5;\
};\
mv -f $${depFileName} $${depFileName}.tmp ;\
sed -e 's|.*:|$@:|' < $${depFileName}.tmp > $${depFileName} ;\
Expand Down

0 comments on commit 24e8464

Please sign in to comment.