From 4ca1132087730fe9cd0528ff732c3194077cde62 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 4 Jan 2017 19:00:50 +0000 Subject: [PATCH] improve reliability with high -j another sleep to give libvips.la time to be fully written --- libvips/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/Makefile.am b/libvips/Makefile.am index e3d5b754..9f3f91fd 100644 --- a/libvips/Makefile.am +++ b/libvips/Makefile.am @@ -65,7 +65,7 @@ EXTRA_DIST = \ CLEANFILES = all-local: - while [ ! -f libvips.la ]; do sleep 1; done; \ + while [ ! -f libvips.la ]; do sleep 1; done; sleep 1; \ echo '/* This file is autogenerated, do not edit. */' > soname.h && \ source libvips.la && \ echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \