From: Thomas F Herbert Date: Mon, 1 Aug 2016 22:33:48 +0000 (-0400) Subject: VPP-308: Added workaround for failed vnet build. For some reason X-Git-Tag: v17.01-rc0~156 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=81ee70f93f42132cbf8a5a1b461bb9b17e3b54c9;p=vpp.git VPP-308: Added workaround for failed vnet build. For some reason the clock slew is greater with Vagrant 1.8.5 which causes Makefile.am to be timestamped as newer which causes builds to fail. Change-Id: Id0d35c41ac66a2841c5aae20dd678f4bc125e41b Signed-off-by: Thomas F Herbert --- diff --git a/build-root/vagrant/build.sh b/build-root/vagrant/build.sh index 8695b030d44..e500240be59 100755 --- a/build-root/vagrant/build.sh +++ b/build-root/vagrant/build.sh @@ -68,6 +68,7 @@ $SUDOCMD make bootstrap if [ $DISTRIB_ID == "Ubuntu" ]; then $SUDOCMD make pkg-deb elif [ $DISTRIB_ID == "CentOS" ]; then + (cd $VPP_DIR/vnet ;aclocal; automake -a) $SUDOCMD make pkg-rpm fi