improve reliability with high -j

another sleep to give libvips.la time to be fully written
This commit is contained in:
John Cupitt 2017-01-04 19:00:50 +00:00
parent eef4f035a1
commit 4ca1132087
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \