try to fix make with -j

in all-hook, wait for libvips.la to appear
This commit is contained in:
John Cupitt 2017-01-04 17:04:38 +00:00
parent 180459ea16
commit eef4f035a1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ before_script:
--disable-dependency-tracking
--with-jpeg-includes=$JPEG/include
--with-jpeg-libraries=$JPEG/lib
- make -s V=0
- make -j$JOBS -s V=0
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check

View File

@ -65,7 +65,7 @@ EXTRA_DIST = \
CLEANFILES =
all-local:
[ -f libvips.la ] && \
while [ ! -f libvips.la ]; do sleep 1; done; \
echo '/* This file is autogenerated, do not edit. */' > soname.h && \
source libvips.la && \
echo "#define VIPS_SONAME \"$$dlname\"" >> soname.h && \