- initscript: skip when ctl scripts are absent. When only ovs is installed, this will quash error messages of ovn-ctl not found when invoking stop - openvswitch-common: include ovs-kmod-ctl - patches: ovs-save: compatible with busybox ip command Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
22 lines
677 B
Diff
22 lines
677 B
Diff
From d0cad5ac122aca722dc2013c1f53fda44c477cf2 Mon Sep 17 00:00:00 2001
|
|
From: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
Date: Tue, 21 Aug 2018 13:02:21 +0000
|
|
Subject: [PATCH 105/106] build: disable building tests
|
|
|
|
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
|
|
---
|
|
Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index cd90cc176..2e9e50f3a 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -477,7 +477,6 @@ include m4/automake.mk
|
|
include lib/automake.mk
|
|
include ofproto/automake.mk
|
|
include utilities/automake.mk
|
|
-include tests/automake.mk
|
|
include include/automake.mk
|
|
include third-party/automake.mk
|
|
include debian/automake.mk
|