improve reliability with high -j
another sleep to give libvips.la time to be fully written
This commit is contained in:
parent
eef4f035a1
commit
4ca1132087
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user