VPP-308: Added workaround for failed vnet build. For some reason 83/2383/2
authorThomas F Herbert <thomasfherbert@gmail.com>
Mon, 1 Aug 2016 22:33:48 +0000 (18:33 -0400)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 27 Sep 2016 20:48:26 +0000 (20:48 +0000)
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 <therbert@redhat.com>
build-root/vagrant/build.sh

index 8695b03..e500240 100755 (executable)
@@ -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