ci: silence libtool
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 14 Sep 2018 08:49:45 +0000 (10:49 +0200)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 18 Sep 2018 08:40:00 +0000 (17:40 +0900)
attempt to disable some libtool warnings throughout the build

https://phab.enlightenment.org/D6661

[Hand edited to get it applied. Stefan]

.ci/ci-configure.sh

index bf551f5..00f9e4b 100755 (executable)
@@ -55,7 +55,7 @@ if [ "$DISTRO" != "" ] ; then
   travis_fold autoreconf autoreconf
   docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \
     --env CXX="ccache g++" --env CFLAGS="-fdirectives-only" --env CXXFLAGS="-fdirectives-only" \
-    --env LD="ld.gold" $(cat $HOME/cid) sh -c "autoreconf -iv"
+    --env LD="ld.gold" $(cat $HOME/cid) sh -c "LIBTOOLIZE_OPTIONS='--no-warn' autoreconf -iv"
   travis_endfold autoreconf
   travis_fold configure "configure $OPTS"
   docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \
@@ -78,7 +78,7 @@ else
   # Normal build test of all targets
   rm -f ~/.ccache/ccache.conf
   travis_fold autoreconf autoreconf
-  autoreconf -iv
+  LIBTOOLIZE_OPTIONS='--no-warn' autoreconf -iv
   travis_endfold autoreconf
   travis_fold configure "configure $OSX_COPTS"
   .ci/configure.sh $OSX_COPTS